Commit graph

586 commits

Author SHA1 Message Date
Evan Czaplicki
6259886f9f Merge pull request #140 from autodidakto/patch-1
Fixed typo
2013-04-20 14:49:46 -07:00
autodidakto
7d8aca816c Fixed typo 2013-04-20 15:26:17 -05:00
Evan Czaplicki
d9d1dfd746 Merge pull request #128 from osa1/relaxdeps
relax blaze-html and happstack-server dependencies
2013-03-26 17:34:10 -07:00
osa1
a3c011ab5b relax blaze-html and happstack-server dependencies 2013-03-25 06:23:15 +02:00
Evan Czaplicki
95758d2e31 Merge pull request #119 from techtangents/quickcheck
Quickcheck
2013-03-17 17:46:24 -07:00
techtangents
98d7fde7cb removed crud 2013-03-17 22:01:23 +10:00
techtangents
32efcfa941 tests 2013-03-17 21:48:39 +10:00
techtangents
cda0a68584 Renamed StringValue -> StringLiteral. Moved quotes from tests to StringLiteral's arbitrary 2013-03-17 20:58:47 +10:00
techtangents
f60f38383e test tweaking 2013-03-17 20:53:10 +10:00
techtangents
0e099fd248 Bringing a quasiquoter in for string interpolation in tests. Added a .ghci file to load tests in ghci. 2013-03-17 20:45:22 +10:00
techtangents
3e30c85fed Bringing a quasiquoter in for string interpolation in tests. Added a .ghci file to load tests in ghci. 2013-03-17 20:45:11 +10:00
techtangents
fb6f3346d2 Package juggling in tests 2013-03-15 23:54:31 +10:00
Evan Czaplicki
764c77e996 Merge pull request #117 from osnr/master
Use <button> instead of <input type="button">
2013-03-14 14:22:00 -07:00
Omar Rizwan
d84b8d8498 Use button tag instead of input for buttons. Makes button heights changeable. 2013-03-14 16:39:08 -04:00
techtangents
17d90a34a2 added some tests of simple programs with assignment 2013-03-13 23:47:14 +10:00
techtangents
b87f9665b4 added info to cabal file for test-framework/quickcheck 2013-03-12 22:30:02 +10:00
Evan Czaplicki
9f1ff4e5df Merge pull request #112 from kjgorman/master
Pong paddle directions flipped
2013-03-11 01:00:17 -07:00
Evan Czaplicki
dbdb535f58 Merge pull request #113 from osa1/unusedmodule
Remove unused FreeVar module
2013-03-11 00:54:08 -07:00
osa1
6cd11d78dd Remove unused FreeVar module 2013-03-11 09:47:17 +02:00
Kieran
121bab68fd Fixes #103: Change paddle step directions to match keys 2013-03-11 15:00:27 +13:00
Evan Czaplicki
cf173a90da Merge pull request #110 from ngunn/master
Fix Examples/elm-yesod to run with current yesod and elm-yesod packages
2013-03-03 11:15:58 -08:00
ngunn
d771e2322c Update Examples/elm-yesod: bump downloaded elm-runtime version from 0.3.5 to 0.7.2 (latest)
tested against ghc-7.4.1, Elm-0.7.1.1, yesod-1.1.7.1, elm-yesod-0.1.3
2013-03-02 15:31:11 +00:00
ngunn
346ff6bb5d Update Examples/elm-yesod to better match online interactive examples
see http://elm-lang.org/edit/examples/

index.elm
    remove "box" fns (obsolete)
    disambiguate "link" fns (Text or Graphics)

tested against ghc-7.4.1, Elm-0.7.1.1, yesod-1.1.7.1, elm-yesod-0.1.3
2013-03-02 15:24:43 +00:00
Evan Czaplicki
de613635ea Update README.md 2013-02-14 23:25:26 +02:00
Evan Czaplicki
53af9084db Update README.md 2013-02-14 23:23:40 +02:00
Evan Czaplicki
1207631040 Update README.md
Add link to elm website in README
2013-02-14 23:22:24 +02:00
evancz
7b7b136002 Increase version number. 2013-02-10 14:01:15 -08:00
evancz
6b1285036e Switch to a much more performant representation for records. 2013-02-10 13:48:31 -08:00
evancz
cb609ea583 Get the color library in order. Remove the silly lifty functions from Automaton. 2013-02-10 03:58:40 -08:00
evancz
23860c9852 Reformat 2 lines. 2013-02-10 03:29:59 -08:00
evancz
e05e9c5aca Split the List library into Elm and JS code. Do profiling for many functions (map, foldr, filter, length, zipWith, scanl, last, take, reverse) and get some nice speedups. 2013-02-10 01:45:45 -08:00
evancz
784ada68a8 Add the native list code. 2013-02-09 20:40:23 -08:00
evancz
1f89dce93a Rename core-elm to core, beginning the transitions to a standard library written primarily in Elm. 2013-02-09 20:40:05 -08:00
evancz
04b521ab49 Add two type annotations. 2013-02-09 20:36:57 -08:00
evancz
5349b404f9 Merge branch 'master' of https://github.com/evancz/Elm 2013-02-09 13:02:59 -08:00
evancz
50ddf4cddc Make sure that variables generated during parsing are less likely to overlap. This is not a pretty fix, but it is better than the previous system. 2013-02-09 13:02:24 -08:00
Evan Czaplicki
ae2abc186e Merge pull request #95 from vbychkovsky/master
Fixed elm-happstack examples
2013-02-09 10:49:40 -08:00
evancz
6d8a50d326 Fix the type of Either, addressing copy-paste error. 2013-02-09 10:45:16 -08:00
evancz
dd9d219655 Begin upgrading the List library. It is not complete though. List.js should be the final authority on what is native and what is not. 2013-02-08 22:17:39 -08:00
Vladimir Bychkovsky
1c918a7053 Merge https://github.com/evancz/Elm 2013-02-08 13:22:53 -05:00
Vladimir Bychkovsky
d813e0589a serving elm-runtime locally (using a fixed path to avoid monads) 2013-02-08 13:19:14 -05:00
Vladimir Bychkovsky
c954a0fcd8 Updated strings to refer to Happstack instead of Yesod 2013-02-08 12:13:34 -05:00
Vladimir Bychkovsky
149e91eb2a Fixed splicing and removed "box" + minor other changes 2013-02-08 12:07:44 -05:00
evancz
43fd6c4326 Properly resolve cyclic dependencies. 2013-02-08 01:33:21 -08:00
evancz
a8850d62df Add type annotations to the Set library. 2013-02-07 20:23:25 -08:00
Vladimir Bychkovsky
13a38d97c3 minor fix to clock 2013-02-07 23:01:23 -05:00
Vladimir Bychkovsky
e0d565005a updated syntax in the mouse example 2013-02-07 22:18:44 -05:00
evancz
c02228fbd0 Merge branch 'master' of https://github.com/evancz/Elm 2013-02-07 10:55:39 -08:00
evancz
cdecb5bf30 Update the list of built-in modules. 2013-02-07 10:55:08 -08:00
evancz
4858cfa8d8 Fix a messed up type annotation in Dict.elm. 2013-02-07 10:54:47 -08:00