shithub: MicroHs

ref: 17fb38244a28309e8079faa9e89172a0beeb852e
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)