bytebuild/src-unchecked/Op.hs
2022-08-01 16:40:16 -04:00

5 lines
75 B
Haskell

module Op
( writeCharArray#
) where
import GHC.Exts (writeCharArray#)