the-sett/elm-syntax-dsl

Make `file` parameters be in the natural order they appear in the file.

Opened this issue · 0 comments

file :
    Module
    -> List Import
    -> List Declaration
    -> Maybe (Comment FileComment)
    -> File

Would be better if it went, module, comment, imports, declarations.