Import all types from Encode by default

This commit is contained in:
Ayaz Hafiz 2022-09-21 10:10:11 -05:00
parent 7e5ff4883f
commit 454f3634fd
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 15 additions and 1 deletions

View file

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