X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2Fdoc%2Fprecedence.txt;h=f8de4d7a56b61a5a50ea37dff1aaba41dedac931;hb=722256712b8b0c6acc08a36fa6c9cde8cc5ecc4b;hp=82e8d4ade3c431eada834f3b5ac9e8d4e1f6707a;hpb=5b3048fb48d58e2bd6f726254a06d95a48b2656f;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/doc/precedence.txt b/helm/ocaml/cic_disambiguation/doc/precedence.txt index 82e8d4ade..f8de4d7a5 100644 --- a/helm/ocaml/cic_disambiguation/doc/precedence.txt +++ b/helm/ocaml/cic_disambiguation/doc/precedence.txt @@ -2,11 +2,14 @@ Input Should be parsed as Derived constraint on precedence -------------------------------------------------------------------------------- -\lambda x.x y ((\lambda x.x) y) binder > apply +\lambda x.x y ((\lambda x.x) y) lambda > apply S x = y (= (S x) y) apply > infix operators +\forall x.x=x (\forall x.(= x x)) infix operators > binders -------------------------------------------------------------------------------- Precedence total order: - binder > apply > infix operators + lambda > apply > infix operators > binders + +where binders are all binders except lambda (i.e. \forall, \pi, \exists)