Holmusk / elm-street

:deciduous_tree: Crossing the road between Haskell and Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect indentation on universe definition for long enums

arbus opened this issue · comments

commented

Currently, when elm-street tries to render the universe variable for a enum with long type names, it renders is like so:

universeErrors : List Errors
universeErrors = [ Error1
, Error2
, Error3
, Error4
, Error5 ]

which in turn does not compile due to incorrect indentation.