MissingK-0.0.0.2: Useful types and definitions missing from other libraries

Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Stack

Documentation

type Stack a = [a] Source

pop :: Stack a -> (a, Stack a) Source

push :: a -> Stack a -> Stack a Source