shithub: MicroHs

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