shithub: MicroHs

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