Reproduce confusing error message

To reproduce:
`cargo run -- check examples/interactive/cli-platform/main.roc`
This commit is contained in:
Richard Feldman 2022-07-14 20:20:34 -04:00 committed by Brian Carroll
parent 1ee5d79fcf
commit e77b2bf8b1
No known key found for this signature in database
GPG Key ID: 9CF4E3BF9C4722C7
2 changed files with 1 additions and 4 deletions

View File

@ -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 {}

View File

@ -14,9 +14,6 @@ interface Http
send,
]
imports [
Effect,
InternalTask,
Task,
Encode.{ Encoding },
HttpTypes.{ Request, Header, TimeoutConfig, TrackerConfig, Part, Body, Response, Metadata, Error },
]