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