Control.Lens.Action

Composable Actions

type Action m s a

act

acts

perform

performs

liftAct

(^!)

(^!!)

(^!?)

Indexed Actions

type IndexedAction i m s a

iact

iperform

iperforms

(^@!)

(^@!!)

(^@!?)

Folds with Effects

type MonadicFold m s a

type IndexedMonadicFold i m s a

Implementation Details

type Acting m r s t a b

type IndexedActing i m r s t a b

class Effective m r f