tuned whitespace;
authorwenzelm
Tue, 09 Jan 2024 23:41:50 +0100
changeset 79458 ca2fe94e8048
parent 79457 3d867a430413
child 79459 c53c261d91b9
tuned whitespace;
src/Pure/consts.ML
--- a/src/Pure/consts.ML	Tue Jan 09 23:40:53 2024 +0100
+++ b/src/Pure/consts.ML	Tue Jan 09 23:41:50 2024 +0100
@@ -304,9 +304,7 @@
     val _ = Term.exists_subterm Term.is_Var raw_rhs andalso
       error ("Illegal schematic variables on rhs of abbreviation " ^ Binding.print b);
 
-    val rhs = raw_rhs
-      |> cert_term
-      |> Term.close_schematic_term;
+    val rhs = raw_rhs |> cert_term |> Term.close_schematic_term;
     val normal_rhs = expand_term rhs;
     val T = Term.fastype_of rhs;
     val lhs = Const (Name_Space.full_name (Name_Space.naming_of context) b, T);