mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
9 lines
185 B
Text
9 lines
185 B
Text
hosted PlatformTasks
|
|
exposes [put_line, put_int, get_int]
|
|
imports []
|
|
|
|
put_line : Str -> Task {} *
|
|
|
|
put_int : I64 -> Task {} *
|
|
|
|
get_int : Task { value : I64, is_error : Bool } *
|