mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-18 01:29:47 +00:00
8 lines
203 B
Text
8 lines
203 B
Text
hosted Effect
|
|
exposes [Effect, after, map, always, forever, putLine, getLine]
|
|
imports []
|
|
generates Effect with [after, map, always, forever]
|
|
|
|
putLine : Str -> Effect {}
|
|
|
|
getLine : Effect Str
|