Commit graph

9 commits

Author SHA1 Message Date
evancz
4858cfa8d8 Fix a messed up type annotation in Dict.elm. 2013-02-07 10:54:47 -08:00
evancz
6b2b19d217 Add type annotations to the Dict library to test functionality and speed of type annotations. Shows dramatic speed improvement! 2013-02-05 03:22:02 -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
b4665fd2fb Remove the find function. 2012-10-21 04:52:46 -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
Renamed from core-elm/Map.elm (Browse further)