]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/POPLmark/Fsub/util.ma
- Procedural: now we generate the exact tactic (in place of some apply tactics) and...
[helm.git] / helm / software / matita / contribs / POPLmark / Fsub / util.ma
index bd7018d3c4488bc03aa3cfbeac5e459b09650035..3521e87ddf7ee1abde19af4ea3154e7003d8adf9 100644 (file)
@@ -12,7 +12,6 @@
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/Fsub/util".
 include "logic/equality.ma".
 include "nat/compare.ma".
 include "list/list.ma".
@@ -55,4 +54,4 @@ lemma max_case : \forall m,n.(max m n) = match (leb m n) with
       [ true \Rightarrow n
       | false \Rightarrow m ].
 intros;elim m;simplify;reflexivity;
-qed.
\ No newline at end of file
+qed.