From: Claudio Sacerdoti Coen Date: Fri, 12 Dec 2008 14:59:39 +0000 (+0000) Subject: ... X-Git-Tag: make_still_working~4406 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=abaf651b3d3ff230cac0b85bcd2cf70461400d05;p=helm.git ... --- diff --git a/helm/software/matita/contribs/assembly/compiler/tests.ma b/helm/software/matita/contribs/assembly/compiler/tests.ma index e07e44092..344ac7c33 100755 --- a/helm/software/matita/contribs/assembly/compiler/tests.ma +++ b/helm/software/matita/contribs/assembly/compiler/tests.ma @@ -225,4 +225,5 @@ lemma pippo : ∃b.preast_to_ast parsingResult = Some ? b. exists; [ apply (match preast_to_ast parsingResult with [ None ⇒ AST_ROOT (AST_NO_DECL O empty_env []) | Some x ⇒ x]); | reflexivity - ]. + ] +qed.