X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Flexicon%2FcicNotation.ml;h=ebc9463ee6b457ed8ae3395d419f13c3872c7440;hb=046ba9f98a41651836720df1e9c2ebb6bd577ea9;hp=2b963e94e410e1307f219cdd10ca7dfacd20cd33;hpb=01001c883a8151edba81cd03a6f254d24a81c867;p=helm.git diff --git a/helm/software/components/lexicon/cicNotation.ml b/helm/software/components/lexicon/cicNotation.ml index 2b963e94e..ebc9463ee 100644 --- a/helm/software/components/lexicon/cicNotation.ml +++ b/helm/software/components/lexicon/cicNotation.ml @@ -49,7 +49,8 @@ let process_notation st = match st with | Notation (loc, dir, l1, associativity, precedence, l2) -> let l1 = - CicNotationParser.check_l1_pattern l1 precedence associativity + CicNotationParser.check_l1_pattern + l1 (dir = Some `RightToLeft) precedence associativity in let item = (l1, precedence, associativity, l2) in let rule_id = ref [] in