]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_disambiguation/doc/precedence.txt
(hopefully) final decision on precedence levels:
[helm.git] / helm / ocaml / cic_disambiguation / doc / precedence.txt
1
2 Input                  Should be parsed as             Derived constraint
3                                                        on precedence
4 --------------------------------------------------------------------------------
5 \lambda x.x y          ((\lambda x.x) y)               binder > apply
6 S x = y                  (= (S x) y)                   apply  > infix operators
7 --------------------------------------------------------------------------------
8
9 Precedence total order:
10
11   binder > apply > infix operators
12