{-# OPTIONS -XEmptyDataDecls #-} module NET.System.IO.BinaryWriter.Type ( module NET.System.IO.BinaryWriter.Type ) where import NET import qualified NET.System.Object data BinaryWriter_ a type BinaryWriter a = NET.System.Object.Object (BinaryWriter_ a)