diff src/InductiveTypes.v @ 536:d65e9c1c9041

Touch-ups in 8.4
author Adam Chlipala <adam@chlipala.net>
date Wed, 05 Aug 2015 18:07:57 -0400
parents ed829eaa91b2
children 429e95d23b26
line wrap: on
line diff
--- a/src/InductiveTypes.v	Wed Aug 05 14:57:14 2015 -0400
+++ b/src/InductiveTypes.v	Wed Aug 05 18:07:57 2015 -0400
@@ -1116,7 +1116,7 @@
   (** We can go further in automating the proof by exploiting the hint mechanism.%\index{Vernacular commands!Hint Extern}% *)
 
   Restart.
-  
+
   Hint Extern 1 (ntsize (match ?LS with Nil => _ | Cons _ _ => _ end) = _) =>
     destruct LS; crush.
   induction tr1 using nat_tree_ind'; crush.