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

Safe HaskellNone
LanguageHaskell98

Hails.MVC.Model.THAccessors

Description

This module uses Template Haskell to declare getters and setters for a given field and type that access the ProtectedModel in the IO Monad and the reactive model.

Synopsis

Documentation

reactiveModelAccessors :: String -> String -> Q [Dec] Source

Creates a setter and a getter that works at ReactiveModel level.

nonReactiveModelAccessors :: String -> Q Type -> Q [Dec] Source

Creates a setter and a getter that works at ReactiveModel level.