shithub: MicroHs

ref: 20490c2ef5e639ba6034a47a03d0ca8bca16404f
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)