src/HOL/Probability/ROOT.ML
author blanchet
Mon, 21 May 2012 10:39:31 +0200
changeset 47944 e6b51fab96f7
parent 45713 badee348c5fb
permissions -rw-r--r--
added helper -- cf. SET616^5
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" ];