shithub: MicroHs

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