mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
10 lines
302 B
Text
10 lines
302 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, errorCode : [ A, B ], isError : Bool }
|