shithub: MicroHs

ref: fe0aaa9d60284e366f09b362e4a5532a9d3bef88
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)