export is_dummy_pattern;
authorwenzelm
Tue, 17 Apr 2007 21:06:59 +0200
changeset 22723 a3a856313bcf
parent 22722 704de05715b4
child 22724 3002683a6e0f
export is_dummy_pattern;
src/Pure/term.ML
--- a/src/Pure/term.ML	Tue Apr 17 03:13:38 2007 +0200
+++ b/src/Pure/term.ML	Tue Apr 17 21:06:59 2007 +0200
@@ -187,6 +187,7 @@
   val variant_frees: term -> (string * 'a) list -> (string * 'a) list
   val dummy_patternN: string
   val dummy_pattern: typ -> term
+  val is_dummy_pattern: term -> bool
   val no_dummy_patterns: term -> term
   val replace_dummy_patterns: int * term -> int * term
   val is_replaced_dummy_pattern: indexname -> bool