5 lines
75 B
Haskell
5 lines
75 B
Haskell
module Op
|
|
( writeCharArray#
|
|
) where
|
|
|
|
import GHC.Exts (writeCharArray#)
|