src/HOL/Complex/ComplexBin.thy
author huffman
Thu, 07 Jul 2005 19:40:00 +0200
changeset 16745 5608017ee28b
parent 15140 322485b816ac
permissions -rw-r--r--
fixes to work with UU_reorient_simproc

(*  Title:      ComplexBin.thy
    Author:     Jacques D. Fleuriot
    Copyright:  2001 University of Edinburgh
    Descrition: Binary arithmetic for the complex numbers
                This case is reduced to that for the reals.
*)

theory ComplexBin
imports Complex
begin

end