shithub: MicroHs

ref: 467a298ff2034683199996d080b82dca6ee4cfb7
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)