shithub: MicroHs

ref: 47e08fdc58fc4066e13445ac4587bc8d8b8fa5ad
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)