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