shithub: MicroHs

ref: 4e251c0eadcfb51c48483fcc9032d15ca333fa39
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)