From 29bde16fc56dc6aeab6bce0d34705b8c58b05bd6 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 9 Jun 2006 15:44:07 +0000 Subject: [PATCH] Syntactic bug changed: t in "unfold t" must be a tactic_term, not a term --- components/grafite_parser/grafiteParser.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/grafite_parser/grafiteParser.ml b/components/grafite_parser/grafiteParser.ml index d4c89e0e3..0d9f450f9 100644 --- a/components/grafite_parser/grafiteParser.ml +++ b/components/grafite_parser/grafiteParser.ml @@ -72,7 +72,7 @@ EXTEND | IDENT "normalize" -> `Normalize | IDENT "reduce" -> `Reduce | IDENT "simplify" -> `Simpl - | IDENT "unfold"; t = OPT term -> `Unfold t + | IDENT "unfold"; t = OPT tactic_term -> `Unfold t | IDENT "whd" -> `Whd ] ]; sequent_pattern_spec: [ -- 2.39.2