src/LCF/ROOT
author hoelzl
Fri, 16 Nov 2012 14:46:23 +0100
changeset 50101 a3bede207a04
parent 48738 f8c1a5b9488f
child 51397 03b586ee5930
permissions -rw-r--r--
renamed prob_space to proj_prob_space as it clashed with Probability_Measure.prob_space

session LCF = Pure +
  description {*
    Author:     Tobias Nipkow
    Copyright   1992  University of Cambridge
  *}
  options [document = false]
  theories LCF

session "LCF-ex" in ex = LCF +
  description {*
    Author:     Tobias Nipkow
    Copyright   1991  University of Cambridge

    Some examples from Lawrence Paulson's book Logic and Computation.
  *}
  options [document = false]
  theories
    Ex1
    Ex2
    Ex3
    Ex4