shithub: MicroHs

ref: 8230a7d2f5824000dcb6ecc7c08ed5d0b1bfcbd4
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)