mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
formatting
This commit is contained in:
parent
d3b51ea8ea
commit
ea10c1f665
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ main : Task.Task {} []
|
|||
main =
|
||||
_ <- Task.await (Stdout.line "Shout into this cave and hear the echo!")
|
||||
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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue