src/HOL/Complex/ComplexBin.thy
author huffman
Thu, 03 Nov 2005 01:11:39 +0100
changeset 18078 20e5a6440790
parent 15140 322485b816ac
permissions -rw-r--r--
change syntax for LAM to use expressions as patterns; define LAM pattern syntax for cpair, spair, sinl, sinr, up

(*  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