Commit graph

9 commits

Author SHA1 Message Date
evancz
8731e6308b Add Map and Set libraries. 2012-10-10 14:37:42 -07:00
evancz
25db173270 Make corrections to Automaton.elm.
Fix `compose`, `combine`, and `init'`.

Add `dragForm`.
2012-10-06 23:14:42 -07:00
evancz
e3ac170b22 Make Automaton a bit nicer. 2012-10-05 17:14:30 -04:00
evancz
d178521744 Add some other API suggestions. 2012-10-04 22:14:56 -04:00
evancz
fa8f7093d6 Make some changes to the comments. Make proposed API clearer and get rid of comments about infix operators. 2012-10-04 22:07:08 -04:00
evancz
e7cadaf9ab Add a bunch of core Elm modules. These are not directly integrated in the compiler right now.
Currently, these files are either unused or compiled down to JS and included in the runtime system (i.e. `elm-runtime-x.y.z.js`)

They will eventually get incorporated into the compiler though!
2012-10-04 22:01:20 -04:00
evancz
f71a08a037 Add count function. 2012-10-04 21:55:06 -04:00
evancz
c7ffd7e987 Implement some of the Automaton functions. 2012-10-04 21:40:49 -04:00
evancz
cba2cf6fbc Add the beginnings of an Automaton library. 2012-10-04 21:13:00 -04:00