shithub: MicroHs

ref: 25f0c79b84be2d043e14867e38ba919eb348296c
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)