mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-28 08:53:44 +00:00
10 lines
276 B
Text
10 lines
276 B
Text
hosted Effect
|
|
exposes [Effect, after, map, always, forever, loop, putLine, putInt, getInt]
|
|
imports []
|
|
generates Effect with [after, map, always, forever, loop]
|
|
|
|
putLine : Str -> Effect {}
|
|
|
|
putInt : I64 -> Effect {}
|
|
|
|
getInt : Effect { value : I64, isError : Bool }
|