shithub: MicroHs

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