keera-hails-mvc-model-protectedmodel-0.8.0: Rapid Gtk Application Development - Protected Reactive Models
Safe HaskellSafe-Inferred
LanguageHaskell2010

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).

Copyright : (C) Keera Studios Ltd, 2013 License : BSD3 Maintainer : support@keera.co.uk

Documentation

class Event a => InitialisedEvent a where Source #