happstack-state-0.5.0.3: Event-based distributed state.

Happstack.State.ComponentTH

Synopsis

Documentation

mkMethods :: Name -> [Name] -> Q [Dec]Source

This function will derive, for the provided type name and the provided list of methods, an instance of Methods for the given type and necessary instance of UpdateEvent and QueryEvent to make the provided list of functions into Methods. This TH splice needs to be executed for any MACID state type in order to have the necessary code for event handling generated. Ex: $(mkMethods ''Foo ['fooUpdate,fooQuery])