shithub: MicroHs

ref: 90fbe26cf3b7aa040808ba392e30e9ffe30f318b
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)