# HG changeset patch # User lcp # Date 802082328 -7200 # Node ID eb0e2ff8f032253288ba457329431201bdf495d6 # Parent a94c0ab9a3ede8bc0d48f37d0513920f45eeadb8 Corrected comments in headers diff -r a94c0ab9a3ed -r eb0e2ff8f032 src/FOLP/FOLP.ML --- a/src/FOLP/FOLP.ML Thu Jun 01 13:25:06 1995 +0200 +++ b/src/FOLP/FOLP.ML Fri Jun 02 10:38:48 1995 +0200 @@ -1,9 +1,9 @@ -(* Title: FOL/fol.ML +(* Title: FOLP/FOLP.ML ID: $Id$ - Author: Lawrence C Paulson, Cambridge University Computer Laboratory + Author: Martin D Coen, Cambridge University Computer Laboratory Copyright 1991 University of Cambridge -Tactics and lemmas for fol.thy (classical First-Order Logic) +Tactics and lemmas for FOLP (Classical First-Order Logic with Proofs) *) open FOLP; diff -r a94c0ab9a3ed -r eb0e2ff8f032 src/FOLP/FOLP.thy --- a/src/FOLP/FOLP.thy Thu Jun 01 13:25:06 1995 +0200 +++ b/src/FOLP/FOLP.thy Fri Jun 02 10:38:48 1995 +0200 @@ -1,3 +1,11 @@ +(* Title: FOLP/FOLP.thy + ID: $Id$ + Author: Martin D Coen, Cambridge University Computer Laboratory + Copyright 1992 University of Cambridge + +Classical First-Order Logic with Proofs +*) + FOLP = IFOLP + consts cla :: "[p=>p]=>p" diff -r a94c0ab9a3ed -r eb0e2ff8f032 src/FOLP/IFOLP.ML --- a/src/FOLP/IFOLP.ML Thu Jun 01 13:25:06 1995 +0200 +++ b/src/FOLP/IFOLP.ML Fri Jun 02 10:38:48 1995 +0200 @@ -1,9 +1,9 @@ -(* Title: FOLP/ifol.ML +(* Title: FOLP/IFOLP.ML ID: $Id$ - Author: Lawrence C Paulson, Cambridge University Computer Laboratory + Author: Martin D Coen, Cambridge University Computer Laboratory Copyright 1992 University of Cambridge -Tactics and lemmas for ifol.thy (intuitionistic first-order logic) +Tactics and lemmas for IFOLP (Intuitionistic First-Order Logic with Proofs) *) open IFOLP; diff -r a94c0ab9a3ed -r eb0e2ff8f032 src/FOLP/IFOLP.thy --- a/src/FOLP/IFOLP.thy Thu Jun 01 13:25:06 1995 +0200 +++ b/src/FOLP/IFOLP.thy Fri Jun 02 10:38:48 1995 +0200 @@ -1,3 +1,11 @@ +(* Title: FOLP/IFOLP.thy + ID: $Id$ + Author: Martin D Coen, Cambridge University Computer Laboratory + Copyright 1992 University of Cambridge + +Intuitionistic First-Order Logic with Proofs +*) + IFOLP = Pure + classes term < logic