Correct pattern parsing error in which arg-less constructors would capture the remaining patterns. |
|
More...
|
over 12 years ago
|
Make sure that `String` is treated as `[Char]` |
|
More...
|
over 12 years ago
|
Add Map and Set libraries. |
|
More...
|
over 12 years ago
|
Bump version number to 0.4.5 |
|
More...
|
over 12 years ago
|
Update changelog.txt and add automatons to the RTS. |
|
More...
|
over 12 years ago
|
Abstract out "sets of definitions" so that they could potentially be used in `where` clauses. |
|
More...
|
over 12 years ago
|
Add `(,,)` notation for creating tuples. |
|
More...
|
over 12 years ago
|
Make corrections to Automaton.elm. |
|
More...
|
over 12 years ago
|
Fix compilation error in Hints.hs, and correct a character escaping bug in the JS output. |
|
More...
|
over 12 years ago
|
Make Automaton a bit nicer. |
|
More...
|
over 12 years ago
|
Add some other API suggestions. |
|
More...
|
over 12 years ago
|
Make some changes to the comments. Make proposed API clearer and get rid of comments about infix operators. |
|
More...
|
over 12 years ago
|
Add a bunch of core Elm modules. These are not directly integrated in the compiler right now. |
|
More...
|
over 12 years ago
|
Add `count` function. |
|
More...
|
over 12 years ago
|
Implement some of the `Automaton` functions. |
|
More...
|
over 12 years ago
|
Add the beginnings of an `Automaton` library. |
|
More...
|
over 12 years ago
|
Add `monospace` back to `asText` |
|
More...
|
over 12 years ago
|
Change direction of vector rotation. I.e. Add a minus sign. Off by one character! |
|
More...
|
over 12 years ago
|
Make vector rotation more efficient in `insideForm`. |
|
More...
|
over 12 years ago
|
Add `atan2`. |
|
More...
|
over 12 years ago
|
Update the type hints for `all`, `any`, `show`, the new HTTP API, and the new character functions. |
|
More...
|
over 12 years ago
|
Change the type of `show`. It now produces a `String`. |
|
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. |
|
More...
|
over 12 years ago
|
Add a bunch of functions to classify chars. Remove an unnecessary `console.log` |
|
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. |
|
More...
|
over 12 years ago
|
Add better documentation for `runtimeLocation`. |
|
More...
|
over 12 years ago
|
Show version numbers correctly. |
|
More...
|
over 12 years ago
|
Get runtime location working properly. |
|
More...
|
over 12 years ago
|
Update readme and runtime system. |
|
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. |
|
More...
|
over 12 years ago
|