From: Ferruccio Guidi Date: Mon, 28 Mar 2016 16:27:25 +0000 (+0000) Subject: minor correction on "source" production X-Git-Tag: make_still_working~619 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=e28ddccd4096c80b2090ca78af00e2590f629b71;hp=50997cb3042073d58c2a16885ef0c82217367e63;p=helm.git minor correction on "source" production --- diff --git a/matita/components/grafite_parser/grafiteParser.ml b/matita/components/grafite_parser/grafiteParser.ml index 91086b46d..24cade68a 100644 --- a/matita/components/grafite_parser/grafiteParser.ml +++ b/matita/components/grafite_parser/grafiteParser.ml @@ -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 ]];