src/HOL/NumberTheory/ROOT.ML
author paulson
Wed, 13 Sep 2000 18:46:45 +0200
changeset 9944 2a705d1af4dc
parent 9508 4d01dbf6ded7
child 11049 7eef34adb852
permissions -rw-r--r--
moved Primes, Fib, Factorization from HOL/ex

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