apart-0.1.1: Get all your structure and rip it apart.

Safe HaskellSafe
LanguageHaskell2010

Data.Apart.Structures.Stack

Synopsis

Documentation

type Stack = Cofree Maybe Source #

Or non-empty list.

insert :: a -> Stack a -> Stack a Source #

final :: Eq a => Predicate (Stack a) Source #