src/HOL/NumberTheory/ROOT.ML
author paulson
Fri, 05 Jan 2001 10:17:19 +0100
changeset 10783 2781ac7a4619
parent 9944 2a705d1af4dc
child 11049 7eef34adb852
permissions -rw-r--r--
fixed two proofs that were affected by the removal of obsolete rules

(*  Title:      HOL/NumberTheory/ROOT
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   2000  University of Cambridge

Number theory developments by Thomas M Rasmussen
*)

time_use_thy "Primes";
time_use_thy "Fib";
with_path "../Induct" time_use_thy "Factorization";
time_use_thy "Chinese";
time_use_thy "EulerFermat";
time_use_thy "WilsonRuss";
time_use_thy "WilsonBij";