functor-combo-0.3: Functor combinators with tries & zippers

Stabilityexperimental
Maintainerconal@conal.net
Safe HaskellSafe-Inferred

FunctorCombo.Regular

Description

Regular data types

Documentation

class Functor (PF t) => Regular t whereSource

Associated Types

type PF t :: * -> *Source

Methods

wrap :: PF t t -> tSource

unwrap :: t -> PF t tSource

Instances

Functor (PF [a]) => Regular [a] 
Functor (PF [a]) => Regular [a] 
Functor (PF (Tree a)) => Regular (Tree a) 
Functor (PF (Tree a)) => Regular (Tree a)