shithub: MicroHs

ref: 8928c64b30aafa7166f96341009574d38b8d90d8
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)