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'm evaluating available options for doing some Haskell => Elm code-generation and came across this library. How do the data structures used by elm-export compare to the actual data-structures used by the Elm compiler, i.e.?
AST.Canonical
AST.Optimized
AST.Valid
AST.Source
The text was updated successfully, but these errors were encountered:
I'm evaluating available options for doing some Haskell => Elm code-generation and came across this library. How do the data structures used by
elm-export
compare to the actual data-structures used by the Elm compiler, i.e.?AST.Canonical
AST.Optimized
AST.Valid
AST.Source
The text was updated successfully, but these errors were encountered: