Bounds check for writeCharArray#

This commit is contained in:
Andrew Martin 2022-08-01 16:40:16 -04:00
parent 1fc4a1faba
commit 3e8e438109
3 changed files with 19 additions and 1 deletions

5
src-unchecked/Op.hs Normal file
View file

@ -0,0 +1,5 @@
module Op
( writeCharArray#
) where
import GHC.Exts (writeCharArray#)