Extraction from streams #25

Merged
glen merged 3 commits from take_op into main 2021-03-13 19:30:23 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit d142ad2c03 - Show all commits

View File

@ -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]]