src/FOLP/ROOT
author wenzelm
Tue, 24 Jul 2012 14:07:44 +0200
changeset 48475 02dd825f5a4e
child 48483 9bfb6978eb80
permissions -rw-r--r--
more session ROOT files;

session FOLP! in "." = Pure +
  description {*
    Author:     Martin Coen, Cambridge University Computer Laboratory
    Copyright   1993  University of Cambridge

    Modifed version of FOL that contains proof terms.

    Presence of unknown proof term means that matching does not behave as expected.
  *}
  theories FOLP

session ex = FOLP +
  description {*
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1992  University of Cambridge

    Examples for First-Order Logic.
  *}
  theories
    Intro
    Nat
    Foundation
    If
    Intuitionistic
    Classical
    Propositional_Int
    Quantifiers_Int
    Propositional_Cla
    Quantifiers_Cla