src/HOL/Complex/Complex_Main.thy
author paulson
Fri, 19 Mar 2004 10:42:38 +0100
changeset 14472 cba7c0a3ffb3
parent 13984 e055ba9020eb
child 15131 c69542757a4d
permissions -rw-r--r--
Removing the datatype declaration of "order" allows the standard General.order to be used. Thus we can use Int.compare and String.compare instead of the slower home-grown versions.

(*  Title:      HOL/Complex/Complex_Main.thy
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   2003  University of Cambridge
*)

header{*Comprehensive Complex Theory*}

theory Complex_Main = CLim:

end