shithub: MicroHs

ref: 77bc8fb9a8297ed0ec7f770a7f36e7dfef871267
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)