Add type hints for partial coverage of "Input" |
|
More...
|
over 12 years ago
|
Add type hints for the Signal, Mouse, and Window libraries. |
|
More...
|
over 12 years ago
|
Correct error with type inference. |
|
More...
|
over 12 years ago
|
Add hint for "text" function. |
|
More...
|
over 12 years ago
|
Merge branch 'master' of https://github.com/evancz/Elm |
|
More...
|
over 12 years ago
|
Clean-up after dependency changes. Replace foldl with foldl' in some places. |
|
More...
|
over 12 years ago
|
Another change for the 'Str' data constructor. |
|
More...
|
over 12 years ago
|
Add the 'Str' data constructor to Ast.hs. Makes type checking go much much much faster! |
|
More...
|
over 12 years ago
|
More type hints. |
|
More...
|
over 12 years ago
|
Add more strictness to deal with space-leak in cSub and tSub functions. |
|
More...
|
over 12 years ago
|
Update build dependencies. |
|
More...
|
over 12 years ago
|
Update README.md |
|
More...
|
over 12 years ago
|
Ensure that variables are renamed. Accidentally stopped renaming vars on last commit. |
|
More...
|
over 12 years ago
|
Redo type parser. Correct let-polymorphism in unification. |
|
More...
|
over 12 years ago
|
Improve type inference for List library and Maybe datatype. |
|
More...
|
over 12 years ago
|
Improve type hints for values that fall through to JavaScript. Abstract out Guid functions since they are now used in many modules. |
|
More...
|
over 12 years ago
|
Allow let-polymorphism in type-inference algorithm. Remove old type-checking files. |
|
More...
|
over 12 years ago
|
Add basics of type-checking and inference. Uses constraint generation method. |
|
More...
|
over 12 years ago
|
Correct errors with `mod` function. |
|
More...
|
over 12 years ago
|
Include changes to `update`, `mod`, and `rem` into runtime system. |
|
More...
|
over 12 years ago
|
Correct behavior of 'mod' function. Add 'rem' function. |
|
More...
|
over 12 years ago
|
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. |
|
More...
|
over 12 years ago
|
Improve error reporting very slightly. Add Mouse.clickedOn function. |
|
More...
|
over 12 years ago
|
Merge branch 'master' of https://github.com/evancz/Elm |
|
More...
|
over 12 years ago
|
Add `Input.button` for form submission. |
|
More...
|
over 12 years ago
|
Merge pull request #5 from abhinav/master |
|
More...
|
over 12 years ago
|
Merge branch 'master' of https://github.com/evancz/Elm |
|
More...
|
over 12 years ago
|
Merge branch 'master' of https://github.com/evancz/Elm |
|
More...
|
over 12 years ago
|
Fix subtle signal update bug. Lift nodes previously short-circuited when one input changed rather than updating all inputs. |
|
More...
|
over 12 years ago
|
Simplify some of the Lexer code and add type hints |
|
More...
|
over 12 years ago
|