elm-compiler-0.15: Values to help with elm-package, elm-make, and elm-lang.org.

Safe HaskellNone
LanguageHaskell98

Elm.Compiler

Synopsis

Documentation

compile :: String -> String -> String -> Map Name Interface -> Either String (Interface, String) Source

Compiles Elm source code to JavaScript.