277d03b475
Reformatted. Added workflows. Updated package metadata.
9 lines
187 B
Haskell
9 lines
187 B
Haskell
{-# LANGUAGE MagicHash #-}
|
|
|
|
module Op
|
|
( writeCharArray#
|
|
, copyByteArray#
|
|
, copyMutableByteArray#
|
|
) where
|
|
|
|
import GHC.Exts (copyByteArray#, copyMutableByteArray#, writeCharArray#)
|