From b01be2e1ed672b31da67a7a24228f8442d918f9a Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 3 Dec 2009 18:16:57 +0100 Subject: [PATCH] Fix unbalanced parenthesises. --- Chapters/HardwareDescription.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapters/HardwareDescription.tex b/Chapters/HardwareDescription.tex index 2f72a8b..04b660b 100644 --- a/Chapters/HardwareDescription.tex +++ b/Chapters/HardwareDescription.tex @@ -789,7 +789,7 @@ acc in s = (s', out) variables are used by a function can be completely determined from its type signature (as opposed to the stream approach, where a function looks the same from the outside, regardless of what state variables it - uses (or whether it's stateful at all). + uses or whether it's stateful at all). This approach is the one chosen for Cλash and will be examined more closely below. -- 2.30.2