shithub: MicroHs

ref: 5a0cebe0789e64bf4db3db962a840dd673740393
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)