| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Pandora.Paradigm.Structure.Interface.Zipper
Contents
Documentation
class Zippable (structure :: * -> *) Source #
Associated Types
type Breadcrumbs structure :: * -> * Source #
Instances
| Zippable List Source # | |
Defined in Pandora.Paradigm.Structure.Some.List Associated Types type Breadcrumbs List :: Type -> Type Source # | |
| Zippable (Construction Exactly) Source # | |
Defined in Pandora.Paradigm.Structure.Some.Stream Associated Types type Breadcrumbs (Construction Exactly) :: Type -> Type Source # | |
| Zippable (Construction Maybe) Source # | |
Defined in Pandora.Paradigm.Structure.Some.List Associated Types type Breadcrumbs (Construction Maybe) :: Type -> Type Source # | |
| Zippable (Construction List) Source # | |
Defined in Pandora.Paradigm.Structure.Some.Rose Associated Types type Breadcrumbs (Construction List) :: Type -> Type Source # | |
| Zippable (Comprehension Maybe) Source # | |
Defined in Pandora.Paradigm.Structure.Some.List Associated Types type Breadcrumbs (Comprehension Maybe) :: Type -> Type Source # | |
type family Fastenable structure rs where ... Source #
Equations
| Fastenable structure (r ::: rs) = ((Morphable < Rotate r) < structure, Fastenable structure rs) | |
| Fastenable structure r = (Morphable < Rotate r) < structure |