mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
Reproduce confusing error message
To reproduce: `cargo run -- check examples/interactive/cli-platform/main.roc`
This commit is contained in:
parent
1ee5d79fcf
commit
e77b2bf8b1
@ -1,6 +1,6 @@
|
||||
hosted Effect
|
||||
exposes [Effect, after, map, always, forever, loop, putLine, getLine, sendRequest]
|
||||
imports [HttpTypes.{ Request, Response }]
|
||||
imports [Http.{ Request, Response }]
|
||||
generates Effect with [after, map, always, forever, loop]
|
||||
|
||||
putLine : Str -> Effect {}
|
||||
|
@ -14,9 +14,6 @@ interface Http
|
||||
send,
|
||||
]
|
||||
imports [
|
||||
Effect,
|
||||
InternalTask,
|
||||
Task,
|
||||
Encode.{ Encoding },
|
||||
HttpTypes.{ Request, Header, TimeoutConfig, TrackerConfig, Part, Body, Response, Metadata, Error },
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user