src/HOL/Old_Number_Theory/ROOT.ML
author krauss
Wed, 02 Feb 2011 08:47:45 +0100
changeset 41686 d8efc2490b8e
parent 41413 64cd30d6b0b8
permissions -rw-r--r--
made SML/NJ happy
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41413
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     1
no_document use_thys [
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     2
  "~~/src/HOL/Library/Infinite_Set",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     3
  "~~/src/HOL/Library/Permutation"
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     4
];
9508
4d01dbf6ded7 Chinese Remainder Theorem, Wilsons Theorem, etc., by T M Masmussen
paulson
parents:
diff changeset
     5
41413
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     6
use_thys [
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     7
  "Fib",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     8
  "Factorization",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     9
  "Chinese",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
    10
  "WilsonRuss",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
    11
  "WilsonBij",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
    12
  "Quadratic_Reciprocity",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
    13
  "Primes",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
    14
  "Pocklington"
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
    15
];