Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
type family Zipper (s :: * -> *) = (r :: * -> *) | r -> s Source #
Instances
type Zipper Stream Source # | |
type Zipper Stack Source # | |
type Zipper (Construction Wye) Source # | |
Defined in Pandora.Paradigm.Structure.Binary type Zipper (Construction Wye) = T_U Covariant Covariant (Construction Wye) (:*:) ((Biforked <:.> Construction Biforked) <:.> T_ Covariant (Maybe <:.> Construction Wye)) | |
type Zipper (Construction Maybe) Source # | |
Defined in Pandora.Paradigm.Structure.Stack |