From: Matthijs Kooijman Date: Wed, 12 Aug 2009 09:04:38 +0000 (+0200) Subject: Fix comment. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=e7e80d84bd1cc8cf903dd306be6a6aeba1022057;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Fix comment. --- diff --git "a/c\316\273ash/CLasH/VHDL/Generate.hs" "b/c\316\273ash/CLasH/VHDL/Generate.hs" index f749540..a6db1e0 100644 --- "a/c\316\273ash/CLasH/VHDL/Generate.hs" +++ "b/c\316\273ash/CLasH/VHDL/Generate.hs" @@ -46,7 +46,7 @@ getEntity fname = Utils.makeCached fname tsEntities $ do expr <- Normalize.getNormalized fname -- Strip off lambda's, these will be arguments let (args, letexpr) = CoreSyn.collectBinders expr - -- Generate ports for all non-state types + -- Generate ports for all non-empty types args' <- catMaybesM $ mapM mkMap args -- There must be a let at top level let (CoreSyn.Let binds (CoreSyn.Var res)) = letexpr