shithub: MicroHs

ref: 4c1da0f76c348c4823d7679a00b86cd924eae98c
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)