roc/examples/cli/effects-platform/PlatformTasks.roc
2024-08-28 16:37:01 +02:00

7 lines
117 B
Text

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