X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite_parser%2FgrafiteParser.ml;h=dd4075a8a5f70fb5b87ccdc364dac0c7f58ad1a1;hb=fa3139698294b99889afd375298f9b071cdfbd67;hp=5873d29c7a1ddbfeb2ccc45599c2e376772cf132;hpb=3a5ad4a99fd7f312424200a9241ea1a4ce7fcd29;p=helm.git diff --git a/matita/components/grafite_parser/grafiteParser.ml b/matita/components/grafite_parser/grafiteParser.ml index 5873d29c7..dd4075a8a 100644 --- a/matita/components/grafite_parser/grafiteParser.ml +++ b/matita/components/grafite_parser/grafiteParser.ml @@ -518,6 +518,8 @@ EXTEND include_command: [ [ IDENT "include" ; path = QSTRING -> loc,path,G.WithPreferences + | IDENT "include" ; IDENT "alias"; path = QSTRING -> + loc,path,G.OnlyPreferences | IDENT "include'" ; path = QSTRING -> loc,path,G.WithoutPreferences ]];