0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added an SDL adapter, worked around a strange event bug (but it will need to be revived, as it is essential for cleaning up unused events), added delay EventBuilder. More... about 15 years ago
Added weak pointer thread killing. More... over 15 years ago
Added mergeWith. More... over 15 years ago
Added liftTime to EventBuilder. More... over 15 years ago
Add a comment about abstraction leak. More... over 15 years ago
Applicative instances. More... over 15 years ago
Moved buildEvent out of legacy adapters into the TimeFun monad. More... over 15 years ago
Added a TimeFun monad, and factored out definition of Time into the Time module. More... over 15 years ago
Document the monoid instance. More... over 15 years ago
Slight semantic tweak; wait waits for a strictly later occurrence. More... over 15 years ago
Added semantics annotations. Also added diffTime and shiftTime. More... over 15 years ago
Added EventBuilder, which should be versatile enough. Question is, how do we purely get from EventBuilder to Event? More... over 15 years ago
It helps if I commit stuff that compiles. More... over 15 years ago
Reworked event with the new restricted interface and well-defined semantics. Deleted other stuff that I broke with this change. More... over 15 years ago
Documented Event's semantics. More... over 15 years ago
Fixed the Event semantics to be Waiter, rather than a confused hybrid. Removed the MonadPlus instance, because firstOf does not distribute over bind. More... over 15 years ago
Renamed Reactive to StateMachine. More... over 15 years ago
er, I mean distributive. More... over 15 years ago
Fix to make mplus commutative, presumably. More... over 15 years ago
Make the ball smaller. More... over 15 years ago
Added a nice little example program. More... over 15 years ago
Added enough support to get something drawing. More... over 15 years ago
Bugfix. unsafeCoerce is evil, what do you know? More... over 15 years ago
New plan: start with Event, see how far we can get without IO (except for legacy adapters). More... over 15 years ago
Death, once more. More... over 15 years ago
Made until a bit better; it now accepts any Behavior rather than just an Env on the left. More... over 15 years ago
Split out Core into separate abstractions. More... over 15 years ago
A bit of precision on runSampleBehavior. More... over 15 years ago
Add a silly comment. More... over 15 years ago
Implemented snapshot. More... over 15 years ago