shithub: MicroHs

ref: 06bf930a5d03a8b164bf0f3707dbf35a830ea507
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)