src/HOL/Complex/ROOT.ML
author wenzelm
Tue, 19 Jul 2005 17:21:49 +0200
changeset 16877 e92cba1d4842
parent 16784 92ff7c903585
child 20809 6c4fd0b4b63a
permissions -rw-r--r--
tuned interfaces declare, define, finalize, merge: canonical argument order, produce errors; tuned checkT';
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13957
10dbf16be15f new session Complex for the complex numbers
paulson
parents:
diff changeset
     1
(*  Title:      HOL/Complex/ROOT.ML
10dbf16be15f new session Complex for the complex numbers
paulson
parents:
diff changeset
     2
    ID:         $Id$
10dbf16be15f new session Complex for the complex numbers
paulson
parents:
diff changeset
     3
    Author:     Jacques Fleuriot
10dbf16be15f new session Complex for the complex numbers
paulson
parents:
diff changeset
     4
10dbf16be15f new session Complex for the complex numbers
paulson
parents:
diff changeset
     5
The Complex Numbers
10dbf16be15f new session Complex for the complex numbers
paulson
parents:
diff changeset
     6
*)
10dbf16be15f new session Complex for the complex numbers
paulson
parents:
diff changeset
     7
16784
92ff7c903585 - added cplex package to HOL/Matrix
obua
parents: 14334
diff changeset
     8
with_path "../Real"      use_thy "Float";
13957
10dbf16be15f new session Complex for the complex numbers
paulson
parents:
diff changeset
     9
with_path "../Hyperreal" use_thy "Hyperreal";
13984
e055ba9020eb new theory Complex_Main as basis for analysis developments
paulson
parents: 13966
diff changeset
    10
time_use_thy "Complex_Main";