mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 17:17:26 +00:00
9 lines
178 B
Text
9 lines
178 B
Text
hosted PlatformTasks
|
|
exposes [putLine, putInt, getInt]
|
|
imports []
|
|
|
|
putLine : Str -> Task {} *
|
|
|
|
putInt : I64 -> Task {} *
|
|
|
|
getInt : Task { value : I64, isError : Bool } *
|