From 4446f96e1829f1a82fc71cb49d8ddc392e73b155 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 17 Apr 2009 12:21:54 +0000 Subject: [PATCH] ... --- helm/software/matita/tests/coercions_russell.ma | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/software/matita/tests/coercions_russell.ma b/helm/software/matita/tests/coercions_russell.ma index c386743e7..448217888 100644 --- a/helm/software/matita/tests/coercions_russell.ma +++ b/helm/software/matita/tests/coercions_russell.ma @@ -101,8 +101,8 @@ simplify; apply (eqb_elim x hd); simplify; intros; simplify; autobatch; qed. -notation > "'If' b 'Then' t 'Else' f" -for @{ match $b with [ true ⇒ $t | _ ⇒ $f ] }. +notation > "'If' b 'Then' t 'Else' f" non associative +with precedence 90 for @{ match $b with [ true ⇒ $t | _ ⇒ $f ] }. definition sigma_find_spec : ∀p,l. sigma ? (λres.find_spec l p res). (* define the find function *) -- 2.39.2