X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fcomponents%2Fcontent_pres%2FcicNotationParser.ml;h=4894218e8fa28ad10f78c67bc6c2ba027ca055ab;hb=dab25d81b789fb8430ef76f2dd77970c2c410048;hp=e34b690d311a37f16e76891c0fc6a8950d6d8d5f;hpb=98f3202363b4baf3bf8e13af10f086ca1cf848be;p=helm.git diff --git a/matitaB/components/content_pres/cicNotationParser.ml b/matitaB/components/content_pres/cicNotationParser.ml index e34b690d3..4894218e8 100644 --- a/matitaB/components/content_pres/cicNotationParser.ml +++ b/matitaB/components/content_pres/cicNotationParser.ml @@ -321,9 +321,9 @@ let extract_term_production status pattern = | Ast.List0 (_, None) -> Gramext.Slist0 s | Ast.List1 (_, None) -> Gramext.Slist1 s | Ast.List0 (_, Some l) -> - Gramext.Slist0sep (s, gram_of_literal status l, true) + Gramext.Slist0sep (s, gram_of_literal status l) | Ast.List1 (_, Some l) -> - Gramext.Slist1sep (s, gram_of_literal status l, true) + Gramext.Slist1sep (s, gram_of_literal status l) | _ -> assert false in [ Env (List.map Env.list_declaration p_names),