commented
authorpaulson
Mon, 26 Apr 2004 11:15:56 +0200
changeset 14669 00b9a5073b01
parent 14668 9fbeb9b0aba0
child 14670 f6d1a3cb9125
commented
src/Pure/pure_thy.ML
--- a/src/Pure/pure_thy.ML	Mon Apr 26 09:14:14 2004 +0200
+++ b/src/Pure/pure_thy.ML	Mon Apr 26 11:15:56 2004 +0200
@@ -516,6 +516,11 @@
 
 (*** the ProtoPure theory ***)
 
+
+(*It might make sense to restrict the polymorphism of the constant "==" to
+  sort logic, instead of the universal sort, {}.  Unfortunately, this change
+  causes HOL/Import/shuffler.ML to fail.*)
+
 val proto_pure =
   Theory.pre_pure
   |> Library.apply [TheoremsData.init, TheoryManagementData.init, Proofterm.init]