Skip to content

Sort "let-imports" with "dhall lint" #2204

Closed
@denizdogan

Description

@denizdogan

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions