more operations;
authorwenzelm
Sat, 30 Dec 2023 12:34:27 +0100
changeset 79388 e6a12ea61f83
parent 79387 25fa3bc05a51
child 79389 10925576fbb4
more operations;
src/Pure/zterm.ML
--- a/src/Pure/zterm.ML	Sat Dec 30 12:12:43 2023 +0100
+++ b/src/Pure/zterm.ML	Sat Dec 30 12:34:27 2023 +0100
@@ -244,6 +244,9 @@
   val subst_term_bound: zterm -> zterm -> zterm
   val subst_proof_bound: zterm -> zproof -> zproof
   val subst_proof_boundp: zproof -> zproof -> zproof
+  val subst_type_same: (indexname * sort, ztyp) Same.function -> ztyp Same.operation
+  val subst_term_same:
+    ztyp Same.operation -> (indexname * ztyp, zterm) Same.function -> zterm Same.operation
   exception BAD_INST of ((indexname * ztyp) * zterm) list
   val map_proof: ztyp Same.operation -> zterm Same.operation -> zproof -> zproof
   val map_proof_types: ztyp Same.operation -> zproof -> zproof