roc/examples/effect/thing/platform-dir/Task.roc
2020-12-07 23:24:06 +01:00

9 lines
163 B
Text

interface Task
exposes [ Task, putLine, after ]
imports [ Effect ]
Task a : Effect.Effect a
putLine = \line -> Effect.putLine line
after = Effect.after