shithub: MicroHs

ref: 291aa53d5681b9b64f428bd7a8a581cac1de41c1
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)