removed obsolete undocumented feature;
authorwenzelm
Thu, 10 Sep 2015 17:32:30 +0200
changeset 61154 82798c8bfa7f
parent 61153 3d5e01b427cb
child 61155 9e81e87f755b
removed obsolete undocumented feature;
src/Pure/ML/ml_antiquotations.ML
--- a/src/Pure/ML/ml_antiquotations.ML	Thu Sep 10 16:44:17 2015 +0200
+++ b/src/Pure/ML/ml_antiquotations.ML	Thu Sep 10 17:32:30 2015 +0200
@@ -77,12 +77,7 @@
     "Thm.cterm_of ML_context " ^ ML_Syntax.atomic (ML_Syntax.print_term t))) #>
 
   ML_Antiquotation.value @{binding cprop} (Args.prop >> (fn t =>
-    "Thm.cterm_of ML_context " ^ ML_Syntax.atomic (ML_Syntax.print_term t))) #>
-
-  ML_Antiquotation.value @{binding cpat}
-    (Args.context --
-      Scan.lift Args.name_inner_syntax >> uncurry Proof_Context.read_term_pattern >> (fn t =>
-        "Thm.cterm_of ML_context " ^ ML_Syntax.atomic (ML_Syntax.print_term t))));
+    "Thm.cterm_of ML_context " ^ ML_Syntax.atomic (ML_Syntax.print_term t))));
 
 
 (* type classes *)