X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Flibrary%2Fdidactic%2Fexercises%2Fsubstitution.ma;h=0c9b86b0057df354d08c636b07b0c2a9d1086f8d;hb=026c6c5b0e094b2e6e8244909bc5ac3d88b70b9c;hp=096b5b84c111b74a9a99e20c1c461832b8de7766;hpb=ff6a1396270493dcf0e1f673f32a8213a8ce3751;p=helm.git diff --git a/helm/software/matita/library/didactic/exercises/substitution.ma b/helm/software/matita/library/didactic/exercises/substitution.ma index 096b5b84c..0c9b86b00 100644 --- a/helm/software/matita/library/didactic/exercises/substitution.ma +++ b/helm/software/matita/library/didactic/exercises/substitution.ma @@ -232,7 +232,9 @@ definition v1101 ≝ λx. definition esempio1 ≝ (FImpl (FNot (FAtom 3)) (FOr (FAtom 2) (FAnd (FAtom 1) (FAtom 0)))). -eval normalize on [[ esempio1 ]]_v1101. +(* Decommenta ed esegui. *) + +(* eval normalize on [[ esempio1 ]]_v1101. *) (* Esercizio 3 @@ -303,7 +305,9 @@ definition esempio2 ≝ (FAnd (FImpl (FAtom 2) (FAtom 1)) (FAtom 2)). definition esempio3 ≝ (FOr (FAtom 0) (FAtom 1)). -eval normalize on (esempio2 [ esempio3 / 2]). +(* Decommenta ed esegui *) + +(* eval normalize on (esempio2 [ esempio3 / 2]). *) (*DOCBEGIN