]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/grafiteParser.ml
eureka! match x with [ C gfds fsd fdg fdg fdg fd gfdg fd => c ] is
[helm.git] / helm / software / components / grafite_parser / grafiteParser.ml
index 558eed081fbd845aa235c488b2bb176a4611cdd2..51c7d07b267b8bb33d1b9432612a728ffe7c032d 100644 (file)
@@ -183,6 +183,8 @@ EXTEND
   tactic: [
     [ IDENT "absurd"; t = tactic_term ->
         GrafiteAst.Absurd (loc, t)
+    | IDENT "apply"; IDENT "rule"; t = tactic_term ->
+        GrafiteAst.ApplyRule (loc, t)
     | IDENT "apply"; t = tactic_term ->
         GrafiteAst.Apply (loc, t)
     | IDENT "applyP"; t = tactic_term ->