uo-stack: A unique, ordered stack implementation

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This library implements a lazy stack structure that Only provides insert and pop functionality, and requres all elements in the stack to decend or ascend and to be unique.


[Skip to Readme]

Properties

Versions 0.1.1
Change log None available
Dependencies base (>=4.6 && <5) [details]
License GPL-3.0-only
Author Athan Clark
Maintainer athan.clark@gmail.com
Category Data
Home page https://github.com/athanclark/uo-stack
Uploaded by athanclark at 2014-09-22T04:17:38Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for uo-stack-0.1.1

[back to package description]

uo-stack

A unique, ordered stack implementation in Haskell.