shithub: MicroHs

ref: 1e6ea1dcb26bf62ba70cab2d3e756e4f85cda625
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)