shithub: MicroHs

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