roc/crates/cli_testing_examples/benchmarks/platform/Effect.roc
2022-09-11 22:32:15 -06:00

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 }