shithub: MicroHs

ref: 633d3d10ac6dcdb283c831cd98b4aefe61d1ef4f
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)