Commit graph

22 commits

Author SHA1 Message Date
evancz
45e865b78b Add Either library, change Maybe API, and add tap to Touch library. 2013-01-09 02:07:46 -08:00
evancz
fd536b993b Add the beginning of a touch and Form library. 2012-12-17 20:44:57 -08:00
evancz
6ac414c79e Make changes to get Dict and Set working as expected.
Add a note to elm-server indicating that you don't need to restart to recompile code.
2012-12-12 22:52:32 -08:00
evancz
d15e08075b Update the Dict library to test new parser and type checker. 2012-12-01 21:18:25 -08:00
evancz
b9ae74b9e5 Start using custom infix definitions. 2012-11-22 20:31:55 -08:00
evancz
807a7ec28e Add Date library. 2012-11-13 21:30:22 -08:00
evancz
b4665fd2fb Remove the find function. 2012-10-21 04:52:46 -07:00
evancz
3a47ed34aa Change the name of dragForm to draggable. 2012-10-19 00:27:12 -07:00
evancz
17232487cd Update Automaton, Dict, and Set libraries. 2012-10-19 00:13:28 -07:00
evancz
aab53b2774 Add a bunch of functions to Dict and Set libs. 2012-10-18 02:19:50 -07:00
evancz
453cd099ae Change name from Map to Dict. 2012-10-16 22:03:23 -07:00
evancz
bdb898df65 Rename libraries, dropping prefixes. This probably introduces some bugs. 2012-10-15 23:03:14 -07:00
evancz
7822f02666 Name constructors so that they are less likely to collide with something. 2012-10-10 15:05:23 -07:00
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