Commit graph

18 commits

Author SHA1 Message Date
Evan Czaplicki
ef19d7146d Switch isFinite to isInfinite and improve documentation 2014-03-20 18:26:43 -07:00
Evan Czaplicki
34c3112f68 add isNaN and isFinite as native functions 2014-03-20 15:37:10 -07:00
Evan Czaplicki
ea23081f05 Get rid of extra word 2014-01-21 00:01:57 +01:00
Evan Czaplicki
598058e1db Get rid of the word "simply". It is a condescending word. 2014-01-17 19:19:30 +01:00
Evan Czaplicki
6a382825d8 Add the always function
I want it, I do not want to rename constant, and I think it is a good
name.
2014-01-17 18:19:42 +01:00
Paul Ivanov
bb851314ab more typos 2013-12-17 15:44:45 -08:00
Evan Czaplicki
f1f5744f5b Add note about short-circuiting with (&&) and (||) 2013-12-17 13:59:19 -08:00
Evan Czaplicki
a3ba3d3e2e Move some library functions out of JS and into Elm 2013-10-29 17:16:47 +01:00
Evan Czaplicki
51413f92e3 Add String as a proper Elm library, remove alias to [Char] 2013-10-02 15:21:00 -07:00
Evan Czaplicki
c2eecc2084 Properly parse all user-defined infix declarations 2013-09-15 14:39:56 -07:00
Evan Czaplicki
1f10f8d4a5 Remove docs for things that are not in this library 2013-09-11 19:24:33 -07:00
Evan Czaplicki
f5c0bb23c3 Minor corrections in documentation 2013-09-09 15:59:05 -07:00
Evan Czaplicki
d851c5e315 Convert to the new documentation format, adding in infix declarations 2013-09-05 16:56:28 -07:00
Evan Czaplicki
a268421893 Get show, readInt, and readFloat working again 2013-08-04 12:22:58 -07:00
Evan Czaplicki
3e4773ca2e Fix libraries to match new JS generation rules 2013-07-29 23:23:04 +02:00
Evan Czaplicki
5d901721f1 Add the String type alias to Basics and update modules that depend on strings 2013-07-29 15:49:19 +02:00
Evan Czaplicki
7968fa5bff Make Basics compile 2013-07-25 23:52:39 +02:00
Evan Czaplicki
c4880ca5de Rename Prelude to Basics to get rid of circular dependencies 2013-07-25 23:24:33 +02:00
Renamed from libraries/Prelude.elm (Browse further)