]> matita.cs.unibo.it Git - helm.git/commitdiff
minor correction on "source" production
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 28 Mar 2016 16:27:25 +0000 (16:27 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 28 Mar 2016 16:27:25 +0000 (16:27 +0000)
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
   ]];