bytebuild/src-unchecked/Op.hs
Brian McKeon 277d03b475
Prepare 0.3.16.1 release
Reformatted.
Added workflows.
Updated package metadata.
2024-02-02 21:37:18 -05:00

9 lines
187 B
Haskell

{-# LANGUAGE MagicHash #-}
module Op
( writeCharArray#
, copyByteArray#
, copyMutableByteArray#
) where
import GHC.Exts (copyByteArray#, copyMutableByteArray#, writeCharArray#)