src/HOL/Probability/ROOT.ML
author huffman
Sat, 21 Apr 2012 10:59:52 +0200
changeset 47647 ec29cc09599d
parent 45713 badee348c5fb
permissions -rw-r--r--
renamed contravariant relator set_rel to vset_rel, to make room for new covariant relator
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" ];