shithub: MicroHs

ref: 3336e0765c952f6fa7435b216e93b96fb038b414
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)