Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Hails.MVC.Model.ReactiveModel.Events
Description
This module contains all the events in our program.
FIXME: Because we want events to be comparable, we need to use the same datatype. It remains to be checked whether using an instance of Typeable and an existential type will be enough to have a good instance of Eq and therefore a heterogeneous model (wrt. events).
Documentation
class Event a => InitialisedEvent a where Source
Methods
initialisedEvent :: a Source