Bounds check for writeCharArray#
This commit is contained in:
parent
1fc4a1faba
commit
3e8e438109
3 changed files with 19 additions and 1 deletions
5
src-unchecked/Op.hs
Normal file
5
src-unchecked/Op.hs
Normal file
|
@ -0,0 +1,5 @@
|
|||
module Op
|
||||
( writeCharArray#
|
||||
) where
|
||||
|
||||
import GHC.Exts (writeCharArray#)
|
Loading…
Add table
Add a link
Reference in a new issue