shithub: MicroHs

ref: 4bfbc3d969f7a427d0b95d0ad681ae4f0ca2aa83
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)