shithub: MicroHs

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