mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
10 lines
308 B
Text
10 lines
308 B
Text
hosted Effect
|
|
exposes [Effect, after, map, always, forever, loop, putLine, getLine, sendRequest]
|
|
imports [InternalHttp.{ Request, Response }]
|
|
generates Effect with [after, map, always, forever, loop]
|
|
|
|
putLine : Str -> Effect {}
|
|
|
|
getLine : Effect Str
|
|
|
|
sendRequest : Box Request -> Effect Response
|