]> matita.cs.unibo.it Git - helm.git/commitdiff
grave notation mistake fixed
authorEnrico Tassi <enrico.tassi@inria.fr>
Sun, 19 Oct 2008 09:37:50 +0000 (09:37 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Sun, 19 Oct 2008 09:37:50 +0000 (09:37 +0000)
helm/software/matita/contribs/didactic/induction.ma

index aa7b7aff6d7a742d4ac5359bb34434c890b0ba64..2296666c70682aa7374983c374fc5590663b7a04 100644 (file)
@@ -190,7 +190,7 @@ let rec sem (v: nat → nat) (F: Formula) on F ≝
 *)
 definition if_then_else ≝ λT:Type.λe,t,f.match e return λ_.T with [ true ⇒ t | false ⇒ f].
 notation > "'if' term 19 e 'then' term 19 t 'else' term 90 f" non associative with precedence 90 for @{ 'if_then_else $e $t $f }.
-notation < "'if' \nbsp term 19 e \nbsp 'then' \nbsp term 19 t \nbsp 'else' \nbsp term 90 f \nbsp" non associative with precedence 90 for @{ 'if_then_else $e $t $f }.
+notation < "'if' \nbsp term 19 e \nbsp 'then' \nbsp term 19 t \nbsp 'else' \nbsp term 90 f \nbsp" non associative with precedence 90 for @{ 'if_then_else $e $t $f }.
 interpretation "Formula if_then_else" 'if_then_else e t f = (if_then_else _ e t f).
 notation < "[[ \nbsp term 19 a \nbsp ]] \nbsp \sub term 90 v" non associative with precedence 90 for @{ 'semantics $v $a }.
 notation > "[[ term 19 a ]] \sub term 90 v" non associative with precedence 90 for @{ 'semantics $v $a }.