ref: 660cf9275b8374f89c8f5db51a070070f28c1afc dir: /lib/System/IO_Handle.hs/
module System.IO_Handle(BFILE, Handle(..)) where import Prelude() import Primitives data BFILE newtype Handle = Handle (Ptr BFILE)