X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcontent_pres%2FcicNotationParser.ml;h=066eb813fd994436712ac2b73c58bd7c0be9ec92;hb=53b993e769b2223b3f6c9a052d4b014e83bc6d01;hp=71cc2bffd6c4d1f919c77898436583ccfa3585ac;hpb=9a0e4f3be9f70662f18d2d3b6dd60ae79fba565b;p=helm.git diff --git a/helm/ocaml/content_pres/cicNotationParser.ml b/helm/ocaml/content_pres/cicNotationParser.ml index 71cc2bffd..066eb813f 100644 --- a/helm/ocaml/content_pres/cicNotationParser.ml +++ b/helm/ocaml/content_pres/cicNotationParser.ml @@ -231,7 +231,7 @@ let extend level1_pattern ~precedence ~associativity action = List.split (extract_term_production level1_pattern) in let level = level_of precedence associativity in - let p_names = flatten_opt p_bindings in +(* let p_names = flatten_opt p_bindings in *) let _ = Grammar.extend [ Grammar.Entry.obj (term: 'a Grammar.Entry.e),