MissingK-0.0.0.2: Useful types and definitions missing from other libraries
Data.Stack
type Stack a = [a] Source
pop :: Stack a -> (a, Stack a) Source
push :: a -> Stack a -> Stack a Source
empty :: Stack a Source