bytebuild/src-unchecked/Op.hs

8 lines
103 B
Haskell
Raw Normal View History

{-# language MagicHash #-}
2022-08-01 16:40:16 -04:00
module Op
( writeCharArray#
) where
import GHC.Exts (writeCharArray#)