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