vector-0.7.1: Efficient ArraysSource codeContentsIndex
Data.Vector.Internal.Check
Portabilitynon-portable
Stabilityexperimental
MaintainerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Description
Bounds checking infrastructure
Documentation
data Checks Source
Constructors
Bounds
Unsafe
Internal
show/hide Instances
doChecks :: Checks -> BoolSource
error :: String -> Int -> Checks -> String -> String -> aSource
emptyStream :: String -> Int -> Checks -> String -> aSource
check :: String -> Int -> Checks -> String -> String -> Bool -> a -> aSource
assert :: String -> Int -> Checks -> String -> Bool -> a -> aSource
checkIndex :: String -> Int -> Checks -> String -> Int -> Int -> a -> aSource
checkLength :: String -> Int -> Checks -> String -> Int -> a -> aSource
checkSlice :: String -> Int -> Checks -> String -> Int -> Int -> Int -> a -> aSource
Produced by Haddock version 2.6.1