Fixed a miss.
This commit is contained in:
parent
c85010a8a1
commit
6cbc83c5d9
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ monoDef (T.DBind bind) = DBind $ monoBind bind
|
|||
monoDef (T.DData d) = DData d
|
||||
|
||||
monoBind :: T.Bind -> Bind
|
||||
monoBind (T.Bind name args (e, t)) = Bind name args (e, t)
|
||||
monoBind (T.Bind name args (e, t)) = Bind name args (monoExpr e, monoType t)
|
||||
|
||||
monoExpr :: T.Exp -> M.Exp
|
||||
monoExpr = \case
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue