shithub: MicroHs

ref: 14144a6a307102bbe2eb9841a3988bec5407dbc1
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)