elm/libraries
ngunn 93afe4cea8 List.js minor bugfixes (followup)
put foldl back as was + add type sig. to indicate why
replace use of xs.ctor with direct comparison against Nil.  This means the ctor field is no longer required (which is nice).

move .ctor in stor to the actual variable (doh)
2013-03-25 20:25:29 +00:00
..
Graphics Fix import bugs in Input file. 2013-03-24 19:29:32 -07:00
Input Add the beginnings of a button module and mess with the definition of equality. 2013-03-07 23:17:34 -08:00
Json Add Build.hs which constructs the elm-runtime. 2013-03-10 22:42:57 -07:00
Native List.js minor bugfixes (followup) 2013-03-25 20:25:29 +00:00
Automaton.elm Docs update: copy documentation from elm-lang.org 2013-03-24 13:45:56 +01:00
Char.elm Change type of toCode and fromCode 2013-03-23 19:30:49 -07:00
Date.elm Docs update: copy documentation from elm-lang.org 2013-03-24 13:45:56 +01:00
Dict.elm Docs update: copy documentation from elm-lang.org 2013-03-24 13:45:56 +01:00
Either.elm Docs update: copy documentation from elm-lang.org 2013-03-24 13:45:56 +01:00
Http.elm Update first half of .elm libraries 2013-03-10 00:54:37 -08:00
JavaScript.elm Docs update: copy documentation from elm-lang.org 2013-03-24 13:45:56 +01:00
Json.elm Docs update: copy documentation from elm-lang.org 2013-03-24 13:45:56 +01:00
Keyboard.elm Docs update: copy documentation from elm-lang.org 2013-03-24 13:45:56 +01:00
List.elm Docs update: copy documentation from elm-lang.org 2013-03-24 13:45:56 +01:00
Maybe.elm Finish tweaking the second half of .elm library files. 2013-03-10 01:07:17 -08:00
Mouse.elm Correct Native.___ imports. 2013-03-13 00:03:54 -07:00
Prelude.elm Fix move to have y-axis properly oriented. 2013-03-23 13:20:30 -07:00
Random.elm Correct Native.___ imports. 2013-03-13 00:03:54 -07:00
Set.elm Docs update: copy documentation from elm-lang.org 2013-03-24 13:45:56 +01:00
Signal.elm Docs update: copy documentation from elm-lang.org 2013-03-24 13:45:56 +01:00
Time.elm Docs update: copy documentation from elm-lang.org 2013-03-24 13:45:56 +01:00
Touch.elm Docs update: copy documentation from elm-lang.org 2013-03-24 13:45:56 +01:00
WebSocket.elm Docs update: copy documentation from elm-lang.org 2013-03-24 13:45:56 +01:00
Window.elm Correct Native.___ imports. 2013-03-13 00:03:54 -07:00