src/HOL/Probability/Probability.thy
author bulwahn
Mon, 18 Jul 2011 10:34:21 +0200
changeset 43881 cabe74eab19a
parent 43556 0d78c8d31d0d
child 45713 badee348c5fb
permissions -rw-r--r--
changing parser in quickcheck to activate and deactivate the testers

theory Probability
imports
  Complete_Measure
  Probability_Measure
  Infinite_Product_Measure
  Independent_Family
  Conditional_Probability
  Information
  "ex/Dining_Cryptographers"
  "ex/Koepf_Duermuth_Countermeasure"
begin
end