transformations-0.1.1.0: Generic representation of tree transformations

Safe HaskellNone

Generics.Regular.Transformations.ZipperState

Documentation

type ZipperState a = ([a], Loc a)Source

navigate :: (Regular a, Zipper (PF a)) => a -> ZipperMonad a b -> Maybe aSource

updateMonad :: (a -> a) -> ZipperMonad a aSource