formatting

This commit is contained in:
Folkert 2022-01-22 16:11:31 +01:00 committed by Jan Van Bruggen
parent d3b51ea8ea
commit ea10c1f665

View File

@ -7,7 +7,6 @@ main : Task.Task {} []
main = main =
_ <- Task.await (Stdout.line "Shout into this cave and hear the echo!") _ <- Task.await (Stdout.line "Shout into this cave and hear the echo!")
Task.loop {} (\{} -> Task.map tick Step) Task.loop {} (\{} -> Task.map tick Step)
# Task.forever tick # still does not work; loops for a while, then stack overflows for me
tick : Task.Task {} [] tick : Task.Task {} []
tick = tick =