shithub: MicroHs

ref: 75e11492c3d2b5aaeda967fbdf3d31a78d29eef8
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)