shithub: MicroHs

ref: 32fdb8d75bd21d01616655acfbbcb3d2e66dc18c
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)