Commit graph

12 commits

Author SHA1 Message Date
Evan Czaplicki
139f73a1e1 Add examples! 2014-02-18 18:33:21 -05:00
Evan Czaplicki
44057afdb0 get rid of documentation for functions that are not exported 2013-10-18 01:11:41 -04:00
Evan Czaplicki
83406ff73a Remove weird cons functions and make documentation nicer. 2013-10-17 23:54:55 -04:00
Evan Czaplicki
f5c0bb23c3 Minor corrections in documentation 2013-09-09 15:59:05 -07:00
Max New
ac635cafca New style docs for Maybe and Either 2013-09-08 15:08:21 -07:00
evancz
d292236b2e Parse out types from ADT constructors.
Should help with type-checking things like the Json library.
2013-05-24 10:47:15 +02:00
evancz
a8df7eb28a Minor bug fixes 2013-05-06 02:30:50 -07:00
evancz
00d3ad2db6 Shorten Libraries.hs, and fix some types in some of the libraries. 2013-04-22 02:36:11 -07:00
Mads Flensted-Urech
441d09c4a7 Docs update: copy documentation from elm-lang.org
- Copy documentation from elm-lang.org (dev branch) to .elm files in
libraries folder
- Added TODO's for stuff that was not found in 0.8 version
- Added Review TODO in json.elm
2013-03-24 13:45:56 +01:00
evancz
95679501d2 Add Build.hs which constructs the elm-runtime.
Found bugs in some files which are temporarily fixed: Weird type error in Either, name collision in LineStyle and syntax error in Json.Experimental
2013-03-10 22:42:57 -07:00
evancz
8a700e84d5 Update first half of .elm libraries 2013-03-10 00:54:37 -08:00
evancz
79a747cfc6 Rename core/ to libraries/ to make it more clear what is going on with the directory structure. 2013-03-06 09:28:53 -08:00
Renamed from core/Either.elm (Browse further)