src/HOL/Complex/ROOT.ML
author wenzelm
Sun, 01 Oct 2006 18:29:26 +0200
changeset 20809 6c4fd0b4b63a
parent 16784 92ff7c903585
child 21256 47195501ecf7
permissions -rw-r--r--
moved theory Infinite_Set to Library;

(*  Title:      HOL/Complex/ROOT.ML
    ID:         $Id$
    Author:     Jacques Fleuriot

The Complex Numbers
*)

no_document use_thy "Infinite_Set";
with_path "../Real"      use_thy "Float";
with_path "../Hyperreal" use_thy "Hyperreal";
time_use_thy "Complex_Main";