type-indexed-queues-0.1.0.1: Queues with verified and unverified versions.

Safe HaskellNone
LanguageHaskell2010

Data.Queue.Indexed.Erased

Description

Erase the size parameter on a size-indexed heap, using existentials.

Synopsis

Documentation

data ErasedSize f a Source #

This type contains a size-indexed heap, however the size index is hidden. This allows it to act like a standard heap, while maintaining the proven invariants of the size-indexed version.

Constructors

ErasedSize 

Fields

Instances