shithub: MicroHs

ref: 1e5a13f417d66bbd84ad4f774a58f01ef213c939
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)