shithub: MicroHs

ref: 05c1186d2d7870099e509fd4623e69dbbaf9b0df
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)