src/HOL/Complex/ROOT.ML
author wenzelm
Sun, 22 Jul 2007 23:33:57 +0200
changeset 23916 0f8ad1044527
parent 21590 ef7278f553eb
child 27298 a5373b60e66c
permissions -rw-r--r--
simultaneous use_thys;
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"];