happstack-data-0.5.0.2: Happstack data manipulation libraries

Happstack.Data.Migrate

Synopsis

Documentation

class Migrate a b whereSource

Migrate instances are needed to allow upgrades of MACID state. It should be declared as instance Migrate Old New where migrate = transition_function

Methods

migrate :: a -> bSource