]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/lexicon/cicNotation.ml
maction layout added to notation
[helm.git] / helm / software / components / lexicon / cicNotation.ml
index 2b963e94e410e1307f219cdd10ca7dfacd20cd33..ebc9463ee6b457ed8ae3395d419f13c3872c7440 100644 (file)
@@ -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