shithub: MicroHs

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