Commit History
@master
git clone https://git.catseye.tc/Robin/
-
Add (compose f g) to stdlib, which composes two functions.
Chris Pressey
5 years ago
-
Factor out common code to processRobin.
Chris Pressey
5 years ago
-
Factor common code out into CmdLine module.
Chris Pressey
5 years ago
-
Get RandomSource facility working under Hugs.
Chris Pressey
5 years ago
-
Tests for Evaluate Robin Expression (with literal), for clarity.
Chris Pressey
5 years ago
-
define-if-absent top-level form.
Chris Pressey
5 years ago
-
Allow the reference implementation to run under Hugs.
Chris Pressey
5 years ago
-
Move concurrency of facilities to dedicated Concurrent module.
Chris Pressey
5 years ago
-
It works!
Chris Pressey
5 years ago
-
Have each facility's init function return a Facility structure.
Chris Pressey
5 years ago
-
Sketch init and produceEvents for LineTerminal facility.
Chris Pressey
5 years ago
-
Rename and import qualified.
Chris Pressey
5 years ago
-
Language.Robin.Facilities module, rename type FacilityHandler.
Chris Pressey
5 years ago
-
Add notes to TODO.
Chris Pressey
5 years ago
-
Refactor eventLoop.
Chris Pressey
5 years ago
-
Update TODO.
Chris Pressey
5 years ago
-
Update README, HISTORY.
Chris Pressey
5 years ago
-
Remove EventLoop's dependency on LineTerminal.
Chris Pressey
5 years ago
-
Inject facilities from above instead of depending on them directly.
Chris Pressey
5 years ago
-
Split up Reactors module.
Chris Pressey
5 years ago
-
Merge pull request #2 from catseye/develop-0.4
Chris Pressey
(commit: GitHub)
5 years ago
-
Add more type annotations, for doc. `Evaluable`, not `Intrinsic`.
Chris Pressey
5 years ago
-
Fix link.
Chris Pressey
5 years ago
-
Fix Haste build.
Chris Pressey
5 years ago
-
Update HISTORY.
Chris Pressey
5 years ago
-
It was the tests that were wrong, not how I was using QuickCheck.
Chris Pressey
5 years ago
-
Checkpoint, with some refactoring.
Chris Pressey
5 years ago
-
Checkpoint.
Chris Pressey
5 years ago
-
Add another QuickCheck test, troubleshoot existing ones a bit.
Chris Pressey
5 years ago
-
Add some type annotations, rename some functions.
Chris Pressey
5 years ago