projects
/
matthijs
/
master-project
/
cλash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1339d8
)
Fix typo.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 28 Aug 2009 14:08:21 +0000
(16:08 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 28 Aug 2009 14:08:21 +0000
(16:08 +0200)
cλash/CLasH/VHDL/Generate.hs
patch
|
blob
|
history
diff --git
a/cλash/CLasH/VHDL/Generate.hs
b/cλash/CLasH/VHDL/Generate.hs
index 58810072de2dbcb322f9dca4073b9c8614b3a4d5..9e2d0a5f6b231015d2b3b70c674b485f2f5b2445 100644
(file)
--- a/
cλash/CLasH/VHDL/Generate.hs
+++ b/
cλash/CLasH/VHDL/Generate.hs
@@
-207,7
+207,7
@@
mkConcSm (bndr, app@(CoreSyn.App _ _))= do
let valargs = get_val_args (Var.varType f) args
genApplication (Left bndr) f (map Left valargs)
--- A single alt case must be a selector. This means the
e
scrutinee is a simple
+-- A single alt case must be a selector. This means the scrutinee is a simple
-- variable, the alternative is a dataalt with a single non-wild binder that
-- is also returned.
mkConcSm (bndr, expr@(CoreSyn.Case (CoreSyn.Var scrut) b ty [alt]))