shithub: MicroHs

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