shithub: MicroHs

ref: 653921c9a3819e1b0260f72ef1e2eb44db8a34fc
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)