clckwrks-0.26.3: A secure, reliable content management system (CMS) and blogging platform
Safe HaskellNone
LanguageHaskell2010

Clckwrks.ProfileData.Acid

Documentation

data ProfileDataState Source #

Instances

Instances details
Eq ProfileDataState Source # 
Instance details

Defined in Clckwrks.ProfileData.Acid

Data ProfileDataState Source # 
Instance details

Defined in Clckwrks.ProfileData.Acid

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProfileDataState -> c ProfileDataState #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProfileDataState #

toConstr :: ProfileDataState -> Constr #

dataTypeOf :: ProfileDataState -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ProfileDataState) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProfileDataState) #

gmapT :: (forall b. Data b => b -> b) -> ProfileDataState -> ProfileDataState #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProfileDataState -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProfileDataState -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProfileDataState -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProfileDataState -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProfileDataState -> m ProfileDataState #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProfileDataState -> m ProfileDataState #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProfileDataState -> m ProfileDataState #

Ord ProfileDataState Source # 
Instance details

Defined in Clckwrks.ProfileData.Acid

Read ProfileDataState Source # 
Instance details

Defined in Clckwrks.ProfileData.Acid

Show ProfileDataState Source # 
Instance details

Defined in Clckwrks.ProfileData.Acid

SafeCopy ProfileDataState Source # 
Instance details

Defined in Clckwrks.ProfileData.Acid

IsAcidic ProfileDataState Source # 
Instance details

Defined in Clckwrks.ProfileData.Acid

(Functor m, Monad m) => GetAcidState (ClckT url m) ProfileDataState Source # 
Instance details

Defined in Clckwrks.Monad