1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correct pattern parsing error in which arg-less constructors would capture the remaining patterns.
Evan Czaplicki
as evancz
More... over 12 years ago
Make sure that `String` is treated as `[Char]`
Evan Czaplicki
as evancz
More... over 12 years ago
Add Map and Set libraries.
Evan Czaplicki
as evancz
More... over 12 years ago
Bump version number to 0.4.5
Evan Czaplicki
as evancz
More... over 12 years ago
Update changelog.txt and add automatons to the RTS.
Evan Czaplicki
as evancz
More... over 12 years ago
Abstract out "sets of definitions" so that they could potentially be used in `where` clauses.
Evan Czaplicki
as evancz
More... over 12 years ago
Add `(,,)` notation for creating tuples.
Evan Czaplicki
as evancz
More... over 12 years ago
Make corrections to Automaton.elm.
Evan Czaplicki
as evancz
More... over 12 years ago
Fix compilation error in Hints.hs, and correct a character escaping bug in the JS output.
Evan Czaplicki
as evancz
More... over 12 years ago
Make Automaton a bit nicer.
Evan Czaplicki
as evancz
More... over 12 years ago
Add some other API suggestions.
Evan Czaplicki
as evancz
More... over 12 years ago
Make some changes to the comments. Make proposed API clearer and get rid of comments about infix operators.
Evan Czaplicki
as evancz
More... over 12 years ago
Add a bunch of core Elm modules. These are not directly integrated in the compiler right now.
Evan Czaplicki
as evancz
More... over 12 years ago
Add `count` function.
Evan Czaplicki
as evancz
More... over 12 years ago
Implement some of the `Automaton` functions.
Evan Czaplicki
as evancz
More... over 12 years ago
Add the beginnings of an `Automaton` library.
Evan Czaplicki
as evancz
More... over 12 years ago
Add `monospace` back to `asText`
Evan Czaplicki
as evancz
More... over 12 years ago
Change direction of vector rotation. I.e. Add a minus sign. Off by one character!
Evan Czaplicki
as evancz
More... over 12 years ago
Make vector rotation more efficient in `insideForm`.
Evan Czaplicki
as evancz
More... over 12 years ago
Add `atan2`.
Evan Czaplicki
as evancz
More... over 12 years ago
Update the type hints for `all`, `any`, `show`, the new HTTP API, and the new character functions.
Evan Czaplicki
as evancz
More... over 12 years ago
Change the type of `show`. It now produces a `String`.
Evan Czaplicki
as evancz
More... over 12 years ago
Totally redo the HTTP API. Get rid of `Maybe` in types because the signal filtering functions make them unnecessary. Make requests more flexible with the `request` function which lets you set the type, url, data, and set request headers.
Evan Czaplicki
as evancz
More... over 12 years ago
Add a bunch of functions to classify chars. Remove an unnecessary `console.log`
Evan Czaplicki
as evancz
More... over 12 years ago
Rename `forall` and `exists` to `all` and `any`. I ended up liking these names better and they do not clash with the potential introduction of `forall` in types.
Evan Czaplicki
as evancz
More... over 12 years ago
Add better documentation for `runtimeLocation`.
Evan Czaplicki
as evancz
More... over 12 years ago
Show version numbers correctly.
Evan Czaplicki
as evancz
More... over 12 years ago
Get runtime location working properly.
Evan Czaplicki
as evancz
More... over 12 years ago
Update readme and runtime system.
Evan Czaplicki
as evancz
More... over 12 years ago
Rename `insideForm` to `isWithin`. Rename `foldp1` to `foldp'`, I think the previous name suggests different behavior. Add `foldp1 :: (a -> a -> a) -> Signal a -> Signal a` Add type hints for all of these functions.
Evan Czaplicki
as evancz
More... over 12 years ago