vector-0.7.1: Efficient Arrays
Source code
Contents
Index
Data.Vector.Internal.Check
Portability
non-portable
Stability
experimental
Maintainer
Roman Leshchinskiy <rl@cse.unsw.edu.au>
Description
Bounds checking infrastructure
Documentation
data
Checks
Source
Constructors
Bounds
Unsafe
Internal
Instances
Eq
Checks
doChecks
::
Checks
->
Bool
Source
error
::
String
->
Int
->
Checks
->
String
->
String
-> a
Source
emptyStream
::
String
->
Int
->
Checks
->
String
-> a
Source
check
::
String
->
Int
->
Checks
->
String
->
String
->
Bool
-> a -> a
Source
assert
::
String
->
Int
->
Checks
->
String
->
Bool
-> a -> a
Source
checkIndex
::
String
->
Int
->
Checks
->
String
->
Int
->
Int
-> a -> a
Source
checkLength
::
String
->
Int
->
Checks
->
String
->
Int
-> a -> a
Source
checkSlice
::
String
->
Int
->
Checks
->
String
->
Int
->
Int
->
Int
-> a -> a
Source
Produced by
Haddock
version 2.6.1