]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_parser/grafiteParser.ml
minor correction on "source" production
[helm.git] / matita / components / grafite_parser / grafiteParser.ml
index 91086b46d71027bd15b550132fb0fad379c2a52f..24cade68afae5be4544d3ade1df050e5cff2bab2 100644 (file)
@@ -500,7 +500,7 @@ EXTEND
   index: [[ b = OPT SYMBOL "-" -> match b with None -> true | _ -> false ]];
 
   source: [[
-     src = OPT IDENT "implied" ->
+     src = OPT [ IDENT "implied" ] ->
         match src with None -> `Provided | _ -> `Implied
   ]];