projects
/
matthijs
/
master-project
/
report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77d4508
)
Fix unbalanced parenthesises.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Thu, 3 Dec 2009 17:16:57 +0000
(18:16 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Thu, 3 Dec 2009 17:16:57 +0000
(18:16 +0100)
Chapters/HardwareDescription.tex
patch
|
blob
|
history
diff --git
a/Chapters/HardwareDescription.tex
b/Chapters/HardwareDescription.tex
index 2f72a8b18d9ebfb4c48968f6a008745524197576..04b660b4db682bc889bc258cf8c14a58475fbfe0 100644
(file)
--- 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.