shithub: MicroHs

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