1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add type hints for partial coverage of "Input"
Evan Czaplicki
as evancz
More... over 12 years ago
Add type hints for the Signal, Mouse, and Window libraries.
Evan Czaplicki
as evancz
More... over 12 years ago
Correct error with type inference.
Evan Czaplicki
as evancz
More... over 12 years ago
Add hint for "text" function.
Evan Czaplicki
as evancz
More... over 12 years ago
Merge branch 'master' of https://github.com/evancz/Elm
Evan Czaplicki
as evancz
More... over 12 years ago
Clean-up after dependency changes. Replace foldl with foldl' in some places.
Evan Czaplicki
as evancz
More... over 12 years ago
Another change for the 'Str' data constructor.
Evan Czaplicki
as evancz
More... over 12 years ago
Add the 'Str' data constructor to Ast.hs. Makes type checking go much much much faster!
Evan Czaplicki
as evancz
More... over 12 years ago
More type hints.
Evan Czaplicki
as evancz
More... over 12 years ago
Add more strictness to deal with space-leak in cSub and tSub functions.
Evan Czaplicki
as evancz
More... over 12 years ago
Update build dependencies.
Evan Czaplicki
as evancz
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.
Evan Czaplicki
as evancz
More... over 12 years ago
Redo type parser. Correct let-polymorphism in unification.
Evan Czaplicki
as evancz
More... over 12 years ago
Improve type inference for List library and Maybe datatype.
Evan Czaplicki
as evancz
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.
Evan Czaplicki
as evancz
More... over 12 years ago
Allow let-polymorphism in type-inference algorithm. Remove old type-checking files.
Evan Czaplicki
as evancz
More... over 12 years ago
Add basics of type-checking and inference. Uses constraint generation method.
Evan Czaplicki
as evancz
More... over 12 years ago
Correct errors with `mod` function.
Evan Czaplicki
as evancz
More... over 12 years ago
Include changes to `update`, `mod`, and `rem` into runtime system.
Evan Czaplicki
as evancz
More... over 12 years ago
Correct behavior of 'mod' function. Add 'rem' function.
Evan Czaplicki
as evancz
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.
Evan Czaplicki
as evancz
More... over 12 years ago
Improve error reporting very slightly. Add Mouse.clickedOn function.
Evan Czaplicki
as evancz
More... over 12 years ago
Merge branch 'master' of https://github.com/evancz/Elm
Evan Czaplicki
as evancz
More... over 12 years ago
Add `Input.button` for form submission.
Evan Czaplicki
as evancz
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
Evan Czaplicki
as evancz
More... over 12 years ago
Fix subtle signal update bug. Lift nodes previously short-circuited when one input changed rather than updating all inputs.
Evan Czaplicki
as evancz
More... over 12 years ago
Simplify some of the Lexer code and add type hints More... over 12 years ago