Data.FixFile

Fixed point combinators

class Fixed g

data Fix f

data Stored s f

F-Algebras

type CataAlg f a

type CataMAlg m f a

cata

cataM

type AnaAlg f a

type AnaMAlg m f a

ana

anaM

type ParaAlg g f a

type ParaMAlg m g f a

para

paraM

hylo

hyloM

iso

Fixed Typeclasses

class FixedAlg f

class FixedSub f

class FixedFunctor f

fmapF'

class FixedFoldable f

class FixedTraversable f

traverseF'

Root Data

type Fixable f

class FixTraverse t

type Root r

data Ptr f

data Ref f g

ref

FixFiles

data FixFile r

createFixFile

createFixFileHandle

openFixFile

openFixFileHandle

closeFixFile

fixFilePath

clone

cloneH

vacuum

Transactions

data Transaction r s a

alterT

lookupT

readTransaction

writeTransaction

writeExceptTransaction

subTransaction

getRoot

getFull