shithub: MicroHs

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