aern2-fun-0.2.9.0: Generic operations for real functions
Copyright2016 (c) Michal Konecny
LicenseBSD3
Maintainermikkonecny@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

AERN2.PQueue

Description

IntPSQ with simplified API, hiding the keys

Synopsis

Type

data PQueue p Source #

Query

Construction

singleton :: Ord p => p -> PQueue p Source #

empty :: Ord p => PQueue p Source #

Insertion

insert :: Ord p => p -> PQueue p -> PQueue p Source #

Deletion

minView :: Ord p => PQueue p -> Maybe (p, PQueue p) Source #