forked from glen/fostr
fix: reattach the newline that Haskell strips on input
This commit is contained in:
parent
f827c37baa
commit
d142ad2c03
@ -34,7 +34,9 @@ rules
|
||||
putStr(d)
|
||||
return s
|
||||
|
||||
emit s = getLine
|
||||
emit s = do
|
||||
l <- getLine
|
||||
return (l ++ "\n")
|
||||
|
||||
main = do
|
||||
[<Preactions>()]return [val]]
|
||||
|
Loading…
Reference in New Issue
Block a user