need some help for dhall+JSON here,I am using dhall-json to convert json to dhall with https://prelude.dhall-lang.org/JSON/Type as the schema but when trying to decouple the json into smaller files and import them back im getting :
Error: Unbound variable: json
1│ json
Im guessing because the JSON variable/Type definition stayed in the main file, what should be the right way to approach this?