| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Pandora.Paradigm.Structure.Ability.Focusable
Documentation
class Focusable t where Source #
Instances
| Focusable Stack Source # | |
| Focusable Rose Source # | |
| (forall a. Chain a) => Focusable Binary Source # | |
| Focusable (Construction Wye) Source # | |
Defined in Pandora.Paradigm.Structure.Binary Associated Types type Focus (Construction Wye) a :: Type Source # Methods top :: Construction Wye a :-. Focus (Construction Wye) a Source # | |
| Focusable (Construction Maybe) Source # | |
Defined in Pandora.Paradigm.Structure.Stack Associated Types type Focus (Construction Maybe) a :: Type Source # Methods top :: Construction Maybe a :-. Focus (Construction Maybe) a Source # | |
| Focusable (Construction Stack) Source # | |
Defined in Pandora.Paradigm.Structure.Rose Associated Types type Focus (Construction Stack) a :: Type Source # Methods top :: Construction Stack a :-. Focus (Construction Stack) a Source # | |