src/Pure/meta_simplifier.ML
changeset 12779 c5739c1431ab
parent 12603 7d2bca103101
child 12783 36ca5ea8092c
--- a/src/Pure/meta_simplifier.ML	Wed Jan 16 20:57:02 2002 +0100
+++ b/src/Pure/meta_simplifier.ML	Wed Jan 16 20:58:27 2002 +0100
@@ -39,6 +39,7 @@
   val set_mk_sym        : meta_simpset * (thm -> thm option) -> meta_simpset
   val set_mk_eq_True    : meta_simpset * (thm -> thm option) -> meta_simpset
   val set_termless      : meta_simpset * (term * term -> bool) -> meta_simpset
+  val beta_eta_conversion: cterm -> thm
   val rewrite_cterm: bool * bool * bool ->
     (meta_simpset -> thm -> thm option) -> meta_simpset -> cterm -> thm
   val goals_conv        : (int -> bool) -> (cterm -> thm) -> cterm -> thm