shithub: MicroHs

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