src/HOL/Complex/ROOT.ML
author wenzelm
Tue, 10 Jun 2008 19:15:18 +0200
changeset 27125 0733f575b51e
parent 23916 0f8ad1044527
child 27298 a5373b60e66c
permissions -rw-r--r--
tuned proofs -- case_tac *is* available here;
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
21590
ef7278f553eb tuned spaces/comments;
wenzelm
parents: 21256
diff changeset
     5
The Complex Numbers.
13957
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
23916
0f8ad1044527 simultaneous use_thys;
wenzelm
parents: 21590
diff changeset
     8
no_document use_thys ["Infinite_Set", "Parity"];
0f8ad1044527 simultaneous use_thys;
wenzelm
parents: 21590
diff changeset
     9
use_thys ["../Real/Float", "Complex_Main"];