shithub: MicroHs

ref: e456bd41ffe05a0b7bf811df3660e1615c36f640
dir: /lib/System/IO_Handle.hs/

View raw version
module System.IO_Handle(BFILE, Handle(..)) where
import Prelude()
import Primitives

data BFILE
newtype Handle = Handle (Ptr BFILE)