src/Pure/global_theory.ML
changeset 70577 ed651a58afe4
parent 70574 503ca64329cc
child 70594 64b5514c33b1
--- a/src/Pure/global_theory.ML	Mon Aug 19 19:31:31 2019 +0200
+++ b/src/Pure/global_theory.ML	Mon Aug 19 20:00:29 2019 +0200
@@ -13,7 +13,7 @@
   val alias_fact: binding -> string -> theory -> theory
   val hide_fact: bool -> string -> theory -> theory
   val dest_thms: bool -> theory list -> theory -> (Thm_Name.T * thm) list
-  val dest_thm_names: theory -> (proof_serial * Thm_Name.T) list
+  val dest_thm_names: theory -> (serial * Thm_Name.T) list
   val lookup_thm_id: theory -> Proofterm.thm_id -> Thm_Name.T option
   val lookup_thm: theory -> thm -> Thm_Name.T option
   val get_thms: theory -> xstring -> thm list