| author | haftmann |
| Tue, 10 Oct 2006 13:59:16 +0200 | |
| changeset 20952 | 070d176a8e2d |
| parent 20809 | 6c4fd0b4b63a |
| child 21256 | 47195501ecf7 |
| permissions | -rw-r--r-- |
| 13957 | 1 |
(* Title: HOL/Complex/ROOT.ML |
2 |
ID: $Id$ |
|
3 |
Author: Jacques Fleuriot |
|
4 |
||
5 |
The Complex Numbers |
|
6 |
*) |
|
7 |
||
| 20809 | 8 |
no_document use_thy "Infinite_Set"; |
| 16784 | 9 |
with_path "../Real" use_thy "Float"; |
| 13957 | 10 |
with_path "../Hyperreal" use_thy "Hyperreal"; |
|
13984
e055ba9020eb
new theory Complex_Main as basis for analysis developments
paulson
parents:
13966
diff
changeset
|
11 |
time_use_thy "Complex_Main"; |