shithub: MicroHs

ref: 7f0888567aa181bc6a7c6802c25f3ab4ee0bf683
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)