mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Import all types from Encode by default
This commit is contained in:
parent
7e5ff4883f
commit
454f3634fd
2 changed files with 15 additions and 1 deletions
|
@ -6494,7 +6494,7 @@ mod solve_expr {
|
|||
indoc!(
|
||||
r#"
|
||||
app "test"
|
||||
imports [Encode.{ Encoding, toEncoder }, Json]
|
||||
imports [Json]
|
||||
provides [main] to "./platform"
|
||||
|
||||
HelloWorld := {} has [Encoding {toEncoder}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue