src/HOL/Complex/ROOT.ML
author wenzelm
Sat, 30 Dec 2006 16:08:04 +0100
changeset 21964 df2e82888a66
parent 21590 ef7278f553eb
child 23916 0f8ad1044527
permissions -rw-r--r--
added has_name_hint; name_thm: more careful pre-naming;

(*  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";
use_thy "Complex_Main";