contiguous-checked: contiguous with bounds checks

[ bsd3, data, library ] [ Propose Tags ]

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]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0.0, 0.3.0.0, 0.3.2.0
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:43:12Z
Distributions
Reverse Dependencies 3 direct, 2 indirect [details]
Downloads 1357 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-01-02 [all 1 reports]

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.