src/LCF/ROOT
author blanchet
Fri, 15 Feb 2013 09:17:20 +0100
changeset 51135 e32114b25551
parent 48738 f8c1a5b9488f
child 51397 03b586ee5930
permissions -rw-r--r--
tuned code

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