contiguous-checked: contiguous with bounds checks

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]

A drop-in replacement for contiguous where all the functions checks bounds at runtime. This is less efficient but gives helpful error messages instead of segfaulting. It is intended to be used when testing software.


[Skip to Readme]

Properties

Versions 0.2.0.0, 0.3.0.0, 0.3.2.0, 0.3.2.0
Change log None available
Dependencies base (>=4.9 && <5), contiguous (>=0.3.2 && <0.4), primitive (>=0.6.4) [details]
License BSD-3-Clause
Copyright 2018 Andrew Martin
Author Andrew Martin
Maintainer andrew.thaddeus@gmail.com
Category Data
Home page https://github.com/andrewthad/contiguous-checked
Bug tracker https://github.com/andrewthad/contiguous-checked/issues
Source repo head: git clone https://github.com/andrewthad/contiguous-checked
Uploaded by andrewthad at 2019-01-02T15:42:22Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for contiguous-checked-0.3.2.0

[back to package description]

contiguous-checked

A drop-in replacement for contiguous where all the functions checks bounds at runtime. This is less efficient but gives helpful error messages instead of segfaulting. It is intended to be used when testing software.