Commit Graph

  • e87d8c4861 Include changes to update, mod, and rem into runtime system. evancz 2012-04-30 21:58:25 -0400
  • 368b145def Correct behavior of 'mod' function. Add 'rem' function. evancz 2012-04-30 21:56:20 -0400
  • fc6bcf6934 Remove DOM update code in favor of naive update mechanism (replace everything). Not ideal, but should be added back when Element model is more robust. evancz 2012-04-30 21:55:52 -0400
  • cdd1a897bb Improve error reporting very slightly. Add Mouse.clickedOn function. evancz 2012-04-30 17:05:34 -0400
  • f0374d1947 Merge branch 'master' of https://github.com/evancz/Elm evancz 2012-04-29 20:55:44 -0400
  • bc78002238 Add Input.button for form submission. evancz 2012-04-29 20:55:29 -0400
  • 3e866145ab Merge pull request #5 from abhinav/master Evan Czaplicki 2012-04-29 17:21:34 -0700
  • 7771695d50 Merge branch 'master' of https://github.com/evancz/Elm Abhinav Gupta 2012-04-29 14:19:38 -0700
  • d3399d12e3 Merge branch 'master' of https://github.com/evancz/Elm evancz 2012-04-29 15:09:16 -0400
  • 75ce10de64 Fix subtle signal update bug. Lift nodes previously short-circuited when one input changed rather than updating all inputs. evancz 2012-04-29 15:08:30 -0400
  • 98fb3783f5 Simplify some of the Lexer code and add type hints Abhinav Gupta 2012-04-28 15:46:08 -0700
  • 9de68ec154 Reorder sections for more clarity. More use of the code font. Evan Czaplicki 2012-04-28 18:12:10 -0300
  • 5696b02913 Merge pull request #4 from abhinav/master Evan Czaplicki 2012-04-28 13:35:57 -0700
  • f32b647ac5 Fix HLint warnings. Abhinav Gupta 2012-04-28 00:26:46 -0700
  • 37cab4561a More HLint warnings Abhinav Gupta 2012-04-27 23:57:11 -0700
  • 1ca1d33b77 Revert "Use a state monad to track environment." Abhinav Gupta 2012-04-27 23:56:23 -0700
  • 8fbfbce801 Use a state monad to track environment. Abhinav Gupta 2012-04-27 21:16:01 -0700
  • 5a11ed42a7 Merge branch 'master' of https://github.com/evancz/Elm evancz 2012-04-27 20:45:48 -0400
  • 0c7df3a220 clarify Evan Czaplicki 2012-04-27 20:00:30 -0300
  • e518225190 Add better advice Evan Czaplicki 2012-04-27 19:58:18 -0300
  • 816178f7a7 Add missing equal sign Evan Czaplicki 2012-04-27 19:41:22 -0300
  • 3803072211 Clarify the role of elm-mini.js Evan Czaplicki 2012-04-27 19:04:00 -0300
  • 198efb8c68 Correct weird quotes. Evan Czaplicki 2012-04-27 19:00:38 -0300
  • e47267b6d8 Add container error warning. Evan Czaplicki 2012-04-27 18:58:13 -0300
  • 3a81dadca9 Clarify "first project" section. Evan Czaplicki 2012-04-27 18:54:31 -0300
  • 61b6c88ad3 Merge branch 'master' of https://github.com/evancz/Elm evancz 2012-04-27 17:33:58 -0400
  • 12976d33f0 Merge pull request #2 from michaelt/master Evan Czaplicki 2012-04-27 10:07:39 -0700
  • 1290b91ea6 Merge pull request #1 from abhinav/master Evan Czaplicki 2012-04-27 10:01:12 -0700
  • e39af23005 Prelude.foldl wanted Michael Thompson 2012-04-27 11:36:57 -0400
  • a666e9bf86 Fixed HLint warnings in Rename. Abhinav Gupta 2012-04-27 01:29:13 -0700
  • 84a90b44d5 Fixed HLint warnings in ExtractNoscript and FreeVar Abhinav Gupta 2012-04-27 01:24:47 -0700
  • fea475180b Remove extra README file. evancz 2012-04-26 23:47:37 -0400
  • 53e3f1725f add PATH changing tutorial Evan Czaplicki 2012-04-27 00:38:03 -0300
  • 56bb400074 Spell check. evancz 2012-04-26 18:12:01 -0400
  • 3355ad2e3f Add Debian tip. evancz 2012-04-26 18:07:45 -0400
  • 84d3c0d0fd Add clarification to 'cabal update' instructions evancz 2012-04-26 16:54:24 -0400
  • 3012c9ad7f Change elm-mini.js location. evancz 2012-04-26 16:24:34 -0400
  • a52f2f49c0 Add better instructions and "error-message" problem to README.md. evancz 2012-04-26 16:17:41 -0400
  • 8e65cfde94 Fix error in FreeVar.hs, and add information to README.md evancz 2012-04-26 16:08:14 -0400
  • 4e1760f7c9 Fix .cabal file more. Remove dependence on Types.hs from Parse/ParsePatterns.hs. evancz 2012-04-26 04:19:55 -0400
  • a31f71df8d Add source-repository to .cabal file. Also, added upper bound to base constraint. evancz 2012-04-26 02:55:11 -0400
  • c0860aaf7c Change version numbers and updated .cabal file. evancz 2012-04-25 01:52:06 -0400
  • 62640abe29 Updated version number. evancz 2012-04-24 19:17:07 -0400
  • 604cb183c4 Add Maybe datatype. Add "gets" and "posts" to HTTP library. Correct error with (/=) operator. evancz 2012-04-23 15:52:14 -0400
  • 191f3d8351 Add "Response" datatype to HTTP library. elm-mini.js was changed accordingly. Add bash file to concatenate all js files. evancz 2012-04-21 22:00:13 -0400
  • be5d5c4436 Remove "ServerConf", a custom server configuration. It conflicted with version 7 of HAppStack and was unused anyway. evancz 2012-04-21 02:23:32 -0400
  • cb7d046f77 Added version lower bounds to .cabal file. Added an import for compatibility to Binop.hs. evancz 2012-04-21 02:15:30 -0400
  • ff3d6ec6cb Add all core JavaScript libraries. evancz 2012-04-19 23:10:25 -0400
  • a587ff5132 Initial commit. evancz 2012-04-19 02:32:10 -0400
  • c336a40b11 initial commit evancz 2012-04-18 23:24:43 -0700