roc/crates/cli/tests/test-projects/effects/platform/PlatformTasks.roc
2024-10-09 20:04:36 +02:00

7 lines
117 B
Text

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