shithub: MicroHs

ref: 0e5ca6a53d99afd8d4990ab6340da4e77f1079d4
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)