tuned comments;
authorwenzelm
Sun, 31 Dec 2023 12:40:10 +0100
changeset 79404 cb19148c0b95
parent 79403 254b062ec54d
child 79405 f4fdf5eebcac
tuned comments;
src/Pure/logic.ML
src/Pure/proofterm.ML
src/Pure/thm.ML
--- a/src/Pure/logic.ML	Sun Dec 31 12:33:13 2023 +0100
+++ b/src/Pure/logic.ML	Sun Dec 31 12:40:10 2023 +0100
@@ -350,7 +350,7 @@
   in (t, Ss, c) end;
 
 
-(* internalized sort constraints *)
+(* sort constraints within the logic *)
 
 fun dummy_tfree S = TFree ("'dummy", S);
 
--- a/src/Pure/proofterm.ML	Sun Dec 31 12:33:13 2023 +0100
+++ b/src/Pure/proofterm.ML	Sun Dec 31 12:40:10 2023 +0100
@@ -1095,7 +1095,7 @@
 
 
 
-(** type classes **)
+(** sort constraints within the logic **)
 
 fun of_sort_proof algebra classrel_proof arity_proof hyps =
   Sorts.of_sort_derivation algebra
--- a/src/Pure/thm.ML	Sun Dec 31 12:33:13 2023 +0100
+++ b/src/Pure/thm.ML	Sun Dec 31 12:40:10 2023 +0100
@@ -2004,7 +2004,7 @@
     else raise THM ("of_class: type not of class " ^ Syntax.string_of_sort_global thy [c], 0, [])
   end |> solve_constraints;
 
-(*Internalize sort constraints of type variables*)
+(*Sort constraints within the logic*)
 val unconstrainT =
   strip_shyps #> (fn thm as Thm (der, args) =>
     let