This website requires JavaScript.
Explore
Help
Sign In
rhi
/
bytebuild
Watch
1
Star
0
Fork
You've already forked bytebuild
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
43a2049168
bytebuild
/
src-unchecked
/
Op.hs
8 lines
103 B
Haskell
Raw
Normal View
History
Unescape
Escape
Shim out writeCharArray# when bounds checking is on
2022-08-01 16:43:59 -04:00
{-
# language MagicHash #
-}
Bounds check for writeCharArray#
2022-08-01 16:40:16 -04:00
module
Op
(
writeCharArray
#
)
where
import
GHC.Exts
(
writeCharArray
#
)
Reference in a new issue
Copy permalink