elm-core-sources-1.0.0: Source files for the Elm runtime and standard libraries

Safe HaskellNone
LanguageHaskell98

Language.Elm.CoreSources

Synopsis

Documentation

header :: String Source

JavaScript Header to append at the beginning of a complete, linked Elm program.

runtime :: String Source

Source for the Elm Runtime library

nativeSources :: [(String, String)] Source

Dictionary mapping strings of the form Native.ModuleName to the JS source code for that stdlib native module.

stdlibSources :: [String] Source

List of .elm sources for the Elm Standard Library