Commit graph

1739 commits

Author SHA1 Message Date
tomberek
1d0ce8e3f2 Updated the functions in "Transforming Forms" to use Float
Per: https://groups.google.com/forum/#!topic/elm-discuss/pdWc2_7JJDU

This should now match the Form type usage of Float.
2013-10-29 08:30:24 -04:00
Justin Leitgeb
576bc28142 Print types even when the elm file has already been compiled.
This fixes issue #299, where types are not printed even when the
`--print-types` option is given for an elm file that has already
been compiled.
2013-10-28 16:29:28 -05:00
Evan Czaplicki
8e69683235 Take out init for now.
Perhaps last should come out too.
2013-10-28 11:29:00 +01:00
Evan Czaplicki
d8ced9ee74 Merge branch 'master' into dev 2013-10-28 11:27:07 +01:00
Evan Czaplicki
7174d9a0c4 Merge pull request #311 from cris/master
Update Automaton.elm
2013-10-27 13:05:21 -07:00
Sergii Boiko
fd1d962a6b Update Automaton.elm
Fixed broken link in documentation.
2013-10-27 22:00:46 +02:00
Evan Czaplicki
5f82630ebc Add bounds on language-ecmascript 2013-10-26 22:12:48 +02:00
Evan Czaplicki
df8df364fc Add bounds on language-ecmascript 2013-10-26 22:04:12 +02:00
Evan Czaplicki
56ecbbc70a Implement markdown interpolation 2013-10-25 17:36:30 +02:00
Evan Czaplicki
cb0183ba46 Fix error with request function 2013-10-24 18:33:38 +02:00
Evan Czaplicki
7435e310af Bump version number 2013-10-24 18:33:26 +02:00
Evan Czaplicki
040389f507 Correct the value e 2013-10-24 15:02:43 +02:00
Evan Czaplicki
a6c96ebf6b fix show for numbers and other non-object types 2013-10-24 15:02:29 +02:00
Evan Czaplicki
e6f83075d0 Get rid of old info in the readme 2013-10-22 13:54:53 +02:00
Evan Czaplicki
2150eab871 fix string conversion in runtime/ 2013-10-22 10:44:40 +02:00
Evan Czaplicki
519484d85a Add the toList and fromList functions 2013-10-22 10:09:41 +02:00
Evan Czaplicki
463873b771 Make docs nicer 2013-10-22 10:09:22 +02:00
Evan Czaplicki
f1b1bcd5fd Fix pattern matching on characters 2013-10-22 07:02:51 +02:00
Evan Czaplicki
fb760ee63e Bump version number of elm-server 2013-10-22 06:54:23 +02:00
Evan Czaplicki
abbcf3c13d Add append and concat functions, organize docs better 2013-10-22 06:54:09 +02:00
Evan Czaplicki
99bd1000c2 Fix issues with improperly created characters 2013-10-20 23:15:30 -04:00
Evan Czaplicki
c685c8b91b cosmetic changes on fix for #305
I felt weird about the previous style where things were more
intermingled. Does everything still look okay?
2013-10-19 22:14:34 -04:00
Evan Czaplicki
013e19ecde Merge pull request #306 from johnpmayer/topic/fixing_empty_record
can have zero fields if no extension could be parsed
2013-10-19 18:54:05 -07:00
John P Mayer Jr
e75f5388fb can have zero fields if no extension could be parsed 2013-10-20 01:28:52 +00:00
Evan Czaplicki
debfd18444 Fix formatting of error when there are two unbound type variables 2013-10-19 10:52:48 -04:00
Evan Czaplicki
692d8d8eac Throw errors for unbound type variables in ADTs and aliases, resolves #302 2013-10-19 10:39:23 -04:00
Evan Czaplicki
56877c0892 Bump the version number to 0.10 2013-10-18 16:08:38 -04:00
Evan Czaplicki
464c4e8256 Merge pull request #300 from erdeszt/list-init
Add init function
2013-10-18 09:08:49 -07:00
Evan Czaplicki
e2b3281a09 Add floatList to docs 2013-10-18 01:26:04 -04:00
Evan Czaplicki
44057afdb0 get rid of documentation for functions that are not exported 2013-10-18 01:11:41 -04:00
Evan Czaplicki
e0b0cc0ab5 Merge branch 'dev' 2013-10-17 23:55:31 -04:00
Evan Czaplicki
83406ff73a Remove weird cons functions and make documentation nicer. 2013-10-17 23:54:55 -04:00
Evan Czaplicki
5b2ba67e61 Get rid of double backslashes, which have mysteriously changed behavior and now actually show up twice 2013-10-17 20:32:45 -04:00
erdeszt
2ffacb7056 Add init function 2013-10-17 21:07:39 +02:00
Evan Czaplicki
5ad0ec5b7a Parse documentation and infix declarations more safely 2013-10-17 13:40:28 -04:00
Evan Czaplicki
f43af4bbd1 Use faster loop for floatList and adjust indentation 2013-10-17 13:40:28 -04:00
Evan Czaplicki
ffeec1ac1d Merge pull request #297 from mgold/dev
Update docs for new String representation.
2013-10-16 08:20:10 -07:00
Max Goldstein
dbd8b4dbfb Update docs for new String representation. 2013-10-16 10:44:30 -04:00
Evan Czaplicki
d0232b45d2 Fix behavior of pad 2013-10-16 01:55:20 -04:00
Evan Czaplicki
14b60a0a24 Add documentation to String and replace stringy examples in List docs 2013-10-16 01:54:09 -04:00
Evan Czaplicki
1974ad57be Revert "Export types from ADTs in the default exports"
This reverts commit 4e82d19fd7.
2013-10-15 11:32:42 -04:00
Evan Czaplicki
03cf56d8ec cosmetic: make it simpler to get locations for parses 2013-10-14 22:38:38 -04:00
Evan Czaplicki
4e82d19fd7 Export types from ADTs in the default exports 2013-10-14 20:39:21 -04:00
Evan Czaplicki
c480449371 cosmetic: make shadow check a bet more compact 2013-10-14 20:26:47 -04:00
Evan Czaplicki
e8a661531a cosmetic: nicer way to conditionally run type printer 2013-10-14 20:14:56 -04:00
Evan Czaplicki
11a60de544 Disallow extended record types with no fields, resolves #280 2013-10-14 17:42:26 -04:00
Evan Czaplicki
115b139774 fix #279 2013-10-14 16:59:37 -04:00
Evan Czaplicki
0f9f8c01e9 Improve error messages when the module documentation structure is missing 2013-10-14 14:59:54 -04:00
Evan Czaplicki
24da7112a9 Drop repeats by default on arrows, directions, wasd, and isDown 2013-10-14 13:33:48 -04:00
Evan Czaplicki
a29a1fd558 Fix mouse and touch tracking for embedded Elm programs, #291 2013-10-13 19:10:02 -04:00