src/HOL/Probability/ROOT.ML
author blanchet
Tue, 22 May 2012 16:59:27 +0200
changeset 47953 a2c3706c4cb1
parent 45713 badee348c5fb
permissions -rw-r--r--
added "ext_cong_neq" lemma (not used yet); tuning
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" ];