You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to keep my "external let expressions", i.e. "imports", at the top of each file where they're being used. It would be nice if dhall lint could fix that automatically.
Example:
let x = "foo"
let List/concat = https://prelude.dhall-lang.org/List/concat.dhall
->
let List/concat = https://prelude.dhall-lang.org/List/concat.dhall
let x = "foo"