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