Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Pandora.Paradigm.Structure.Stack
Contents
Documentation
type Stack = TU Covariant Covariant Maybe (Construction Maybe) Source #
Linear data structure that serves as a collection of elements
Orphan instances
Focusable Stack Source # | |
Semigroup (Stack a) Source # | |
Monoid (Stack a) Source # | |
Setoid a => Setoid (Stack a) Source # | |
Focusable (Construction Maybe) Source # | |
Associated Types type Focus (Construction Maybe) a :: Type Source # Methods top :: Construction Maybe a :-. Focus (Construction Maybe) a Source # |