Fix parsing of here documents

This commit is contained in:
Vidar Holen 2016-04-16 19:14:02 -07:00
commit 2f0ae44de4
2 changed files with 122 additions and 40 deletions

View file

@ -166,7 +166,7 @@ analyze f g i =
dll l m v = do
x <- roundAll l
y <- roundAll m
return $ v x m
return $ v x y
d1 t v = do
x <- round t
return $ v x