mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
10 lines
301 B
Text
10 lines
301 B
Text
hosted Effect
|
|
exposes [Effect, after, map, always, forever, loop, putLine, getLine, sendRequest]
|
|
imports [HttpTypes.{ Request, Response }]
|
|
generates Effect with [after, map, always, forever, loop]
|
|
|
|
putLine : Str -> Effect {}
|
|
|
|
getLine : Effect Str
|
|
|
|
sendRequest : Request -> Effect Response
|