shithub: MicroHs

ref: 035abfb0405c5ecb4f6c46efec7798c43b471387
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)