-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Source files for the Elm runtime and standard libraries
--   
--   Embeds the standard libraries and runtime files of the Elm language as
--   Haskell strings, so that they can be used for compilation and served
--   in a Haskell web server. For more information on the Elm language, see
--   <a>http://elm-lang.org</a>.
@package elm-core-sources
@version 1.0.0

module Language.Elm.CoreSources

-- | JavaScript Header to append at the beginning of a complete, linked Elm
--   program.
header :: String

-- | Source for the Elm Runtime library
runtime :: String

-- | Dictionary mapping strings of the form <a>Native.ModuleName</a> to the
--   JS source code for that stdlib native module.
nativeSources :: [(String, String)]

-- | List of .elm sources for the Elm Standard Library
stdlibSources :: [String]
