src/HOL/Complex/ROOT.ML
author wenzelm
Fri, 17 Nov 2006 02:20:03 +0100
changeset 21404 eb85850d3eb7
parent 21256 47195501ecf7
child 21590 ef7278f553eb
permissions -rw-r--r--
more robust syntax for definition/abbreviation/notation;

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

The Complex Numbers
*)

no_document use_thy "Infinite_Set";
no_document use_thy "Parity";

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