shithub: MicroHs

ref: b35dfd403b5714ad0ba12f7a799318f9c054569c
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)