queuelike-1.0.7: A library of queuelike data structures, both functional and stateful.

Data.Queue.Stack

Description

A basic implementation of a stack implementing the Queue abstraction.

Documentation

data Stack e Source

Instances