indexed-containers: Simple, no-frills indexed lists.

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]

If the lengths of your lists are known statically, using indexed lists improves type safety with no runtime overhead.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.1, 0.1.0.2
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5) [details]
License BSD-3-Clause
Copyright 2020 Ziyang Liu
Author Ziyang Liu <free@cofree.io>
Maintainer Ziyang Liu <free@cofree.io>
Category Data Structures
Home page https://github.com/zliu41/indexed-containers#readme
Bug tracker https://github.com/zliu41/indexed-containers/issues
Uploaded by zliu41 at 2020-02-20T07:57:22Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for indexed-containers-0.1.0.1

[back to package description]

indexed-containers: simple, no-frills indexed lists.

This library contains lists whose types are indexed by their lengths. The implementation is a simple wrapper around a regular list.

If the lengths of your lists are known statically, using indexed lists improves type safety with no runtime overhead.