shithub: MicroHs

ref: 6fadd9fba34dfd430d6553e048feb045cd93586a
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)