Skip to content

Warry/elm-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elm Stuff

Decode interfaces (.elmi, i.dat) and objects (.elmo, o.dat) from elm-stuff/

fetchElmi : String -> Cmd (Result Error ElmStuff.ELMI)
fetchElmi moduleName =
    Http.get
        { url = "/elm-stuff/0.19.1/" ++ moduleName ++ ".elmi"
        , expect = Http.expectBytes identity ElmStuff.elmi
        }

About

Decode interfaces (.elmi, i.dat) and objects (.elmo, o.dat) from elm-stuff/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages