]> matita.cs.unibo.it Git - helm.git/commitdiff
added syntax for letin
authorEnrico Tassi <enrico.tassi@inria.fr>
Tue, 7 Jun 2005 16:32:20 +0000 (16:32 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Tue, 7 Jun 2005 16:32:20 +0000 (16:32 +0000)
helm/ocaml/cic_disambiguation/cicTextualParser2.ml

index 78d1bf181c8b99c1d14b965244eac25eacc7ebc0..3d7699ecde14207b2d3e7ad4410321d927f1076a 100644 (file)
@@ -377,8 +377,8 @@ EXTEND
     | [ IDENT "intro" ] ->
         TacticAst.Intros (loc, Some 1, [])
     | [ IDENT "left" ] -> TacticAst.Left loc
-    | [ "let" | "Let" ];
-      t = tactic_term; "in"; where = IDENT ->
+    | [ IDENT "letin" ];
+       where = IDENT ; SYMBOL <:unicode<def>> ; t = tactic_term ->
         TacticAst.LetIn (loc, t, where)
     | kind = reduction_kind;
       pat = OPT [