src/FOLP/ROOT
changeset 69319 baccaf89ca0d
parent 69272 15e9ed5b28fb
child 75992 1f6d79b62222
equal deleted inserted replaced
69318:f3351bb4390e 69319:baccaf89ca0d
     1 chapter FOLP
     1 chapter FOLP
     2 
     2 
     3 session FOLP = Pure +
     3 session FOLP = Pure +
     4   description \<open>
     4   description "
     5     Author:     Martin Coen, Cambridge University Computer Laboratory
     5     Author:     Martin Coen, Cambridge University Computer Laboratory
     6     Copyright   1993  University of Cambridge
     6     Copyright   1993  University of Cambridge
     7 
     7 
     8     Modifed version of FOL that contains proof terms.
     8     Modifed version of FOL that contains proof terms.
     9 
     9 
    10     Presence of unknown proof term means that matching does not behave as expected.
    10     Presence of unknown proof term means that matching does not behave as expected.
    11 \<close>
    11   "
    12   theories
    12   theories
    13     IFOLP (global)
    13     IFOLP (global)
    14     FOLP (global)
    14     FOLP (global)
    15 
    15 
    16 session "FOLP-ex" in ex = FOLP +
    16 session "FOLP-ex" in ex = FOLP +
    17   description \<open>
    17   description "
    18     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    18     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    19     Copyright   1992  University of Cambridge
    19     Copyright   1992  University of Cambridge
    20 
    20 
    21     Examples for First-Order Logic.
    21     Examples for First-Order Logic.
    22 \<close>
    22   "
    23   theories
    23   theories
    24     Intro
    24     Intro
    25     Nat
    25     Nat
    26     Foundation
    26     Foundation
    27     If
    27     If