# HG changeset patch # User kleing # Date 1114767766 -7200 # Node ID 89124b6752e55e553a14100d581d347d2d6760d4 # Parent abff581e1d833e9cfb3d392e55b3ce03be382472 credits diff -r abff581e1d83 -r 89124b6752e5 src/Pure/Isar/proof_context.ML --- a/src/Pure/Isar/proof_context.ML Fri Apr 29 11:40:29 2005 +0200 +++ b/src/Pure/Isar/proof_context.ML Fri Apr 29 11:42:46 2005 +0200 @@ -1,6 +1,7 @@ (* Title: Pure/Isar/proof_context.ML ID: $Id$ Author: Markus Wenzel, TU Muenchen + contributions by Rafal Kolanski, NICTA The key concept of Isar proof contexts. *) diff -r abff581e1d83 -r 89124b6752e5 src/Pure/pure_thy.ML --- a/src/Pure/pure_thy.ML Fri Apr 29 11:40:29 2005 +0200 +++ b/src/Pure/pure_thy.ML Fri Apr 29 11:42:46 2005 +0200 @@ -1,6 +1,7 @@ (* Title: Pure/pure_thy.ML ID: $Id$ Author: Markus Wenzel, TU Muenchen + contributions by Rafal Kolanski, NICTA Theorem database, derived theory operations, and the ProtoPure theory. *)