roc/crates/cli/tests/effects/platform/PlatformTasks.roc

7 lines
117 B
Text

hosted PlatformTasks
exposes [putLine, getLine]
imports []
putLine : Str -> Task {} *
getLine : Task Str *