keera-hails-mvc-model-protectedmodel-0.0.3.5: Rapid Gtk Application Development - Protected Reactive Models

Safe HaskellSafe-Inferred
LanguageHaskell98

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