]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/content_pres/cicNotationParser.ml
Bug fixed: name in letin was printed as "previous" even if given.
[helm.git] / helm / software / components / content_pres / cicNotationParser.ml
index 69ae68aeec37781191993b7e52fd7a447f196803..d110bda9a65d10b6cabfc0074a798e5bd7040786 100644 (file)
@@ -452,6 +452,8 @@ EXTEND
         id, Some typ
     | arg = single_arg -> arg, None
     | SYMBOL "_" -> Ast.Ident ("_", None), None
+    | LPAREN; SYMBOL "_"; SYMBOL ":"; typ = term; RPAREN ->
+        Ast.Ident ("_", None), Some typ
     ]
   ];
   match_pattern: [