src/HOL/Complex/ex/ROOT.ML
author wenzelm
Sun, 15 Apr 2007 14:32:04 +0200
changeset 22704 f67607c3e56e
parent 19640 40ec89317425
child 23264 324622260d29
permissions -rw-r--r--
added decode_types (from type_infer.ML); decode sorts: internalize here; tuned;

(*  Title:      HOL/Complex/ex/ROOT.ML
    ID:         $Id$

Miscellaneous examples involving the Reals, Hyperreals, etc.
*)

use_thy "BinEx";
no_document (with_path "../../NumberTheory" use_thy) "Factorization";
(*These two examples just need the theory Primes.*)
use_thy "Sqrt";
use_thy "Sqrt_Script";
(*This example also needs the theory Factorization.*)
use_thy "NSPrimes";

no_document use_thy "BigO";
use_thy "BigO_Complex";

use_thy "Arithmetic_Series_Complex";
use_thy "HarmonicSeries";

no_document use_thy "NatPair";
use_thy "DenumRat";

use_thy "Ferrante_Rackoff_Ex";