]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/library/assembly/exadecimal.ma
little bug in coercion generation found. it use to create more coercions that expecte...
[helm.git] / matita / library / assembly / exadecimal.ma
index 7dfd42bb117af8111b6efd1ee1c81a3242c5a709..fb1a14ede914299c6b2e9342296e846c39dc54b0 100644 (file)
@@ -14,7 +14,7 @@
 
 set "baseuri" "cic:/matita/assembly/exadecimal/".
 
-include "extra.ma".
+include "assembly/extra.ma".
 
 inductive exadecimal : Type ≝
    x0: exadecimal
@@ -927,4 +927,4 @@ lemma xpred_S: ∀b. xpred (exadecimal_of_nat (S b)) = exadecimal_of_nat b.
  intros;
  rewrite > exadecimal_of_nat_mod;
  rewrite > exadecimal_of_nat_mod in ⊢ (? ? ? %);
-*)
\ No newline at end of file
+*)