shithub: MicroHs

ref: 3521e29f7e94536ba1f6cf603e314ac64440017d
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)