src/HOL/Probability/ROOT.ML
author wenzelm
Sun, 20 May 2012 11:34:33 +0200
changeset 47884 21c42b095c84
parent 45713 badee348c5fb
permissions -rw-r--r--
try to avoid races again (cf. 8c37cb84065f and fd3a36e48b09);
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
45713
badee348c5fb do not import examples Probability theory
hoelzl
parents: 33615
diff changeset
     1
no_document use_thys [
badee348c5fb do not import examples Probability theory
hoelzl
parents: 33615
diff changeset
     2
  "~~/src/HOL/Library/Countable",
badee348c5fb do not import examples Probability theory
hoelzl
parents: 33615
diff changeset
     3
  "~~/src/HOL/Multivariate_Analysis/Extended_Real_Limits",
badee348c5fb do not import examples Probability theory
hoelzl
parents: 33615
diff changeset
     4
  "~~/src/HOL/Library/Permutation"];
badee348c5fb do not import examples Probability theory
hoelzl
parents: 33615
diff changeset
     5
badee348c5fb do not import examples Probability theory
hoelzl
parents: 33615
diff changeset
     6
use_thys [
badee348c5fb do not import examples Probability theory
hoelzl
parents: 33615
diff changeset
     7
  "Probability",
badee348c5fb do not import examples Probability theory
hoelzl
parents: 33615
diff changeset
     8
  "ex/Dining_Cryptographers",
badee348c5fb do not import examples Probability theory
hoelzl
parents: 33615
diff changeset
     9
  "ex/Koepf_Duermuth_Countermeasure" ];