]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/assembly/freescale/exadecim.ma
nasty change in the lexer/parser:
[helm.git] / helm / software / matita / contribs / assembly / freescale / exadecim.ma
index 969c22a36a5ca9a0dac93394d89a14cfc03482a6..3cfa1536a0a9a21801e3d8d8ed13fc8645f96a40 100644 (file)
@@ -1558,7 +1558,7 @@ lemma lt_nat_of_exadecim_16: ∀e.nat_of_exadecim e < 16.
  intro;
  elim e;
  simplify;
autobatch depth=17.
unfold;autobatch depth=17 size=20.
 qed.
 
 lemma exadecim_of_nat_mod:
@@ -1589,7 +1589,7 @@ lemma exadecim_of_nat_mod:
  rewrite < mod_mod;
   [ apply H;
     unfold lt;
-    autobatch.
+    autobatch depth=20 size=20.
   | autobatch
   ]
 qed.