]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/content_pres/content2presMatcher.ml
removed no longer used METAs
[helm.git] / helm / ocaml / content_pres / content2presMatcher.ml
index 9a2f0d20b04193b19654f16c43748faf441153b0..7e080ea6956a901180b40f719be98753af00267a 100644 (file)
@@ -23,6 +23,8 @@
  * http://helm.cs.unibo.it/
  *)
 
+(* $Id$ *)
+
 open Printf
 
 module Ast = CicNotationPt
@@ -56,7 +58,7 @@ struct
       | Ast.Variable _ -> PatternMatcher.Variable
       | Ast.Magic _
       | Ast.Layout _
-      | Ast.Literal _ as t -> assert false
+      | Ast.Literal _ -> assert false
       | _ -> PatternMatcher.Constructor
     let tag_of_pattern = get_tag
     let tag_of_term t = get_tag t