Commit 561db96c authored by Adam Chlipala's avatar Adam Chlipala

PC comments for DeBruijn

parent 9d56f9ee
(* Copyright (c) 2009, Adam Chlipala (* Copyright (c) 2009-2010, Adam Chlipala
* *
* This work is licensed under a * This work is licensed under a
* Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 * Creative Commons Attribution-Noncommercial-No Derivative Works 3.0
...@@ -150,7 +150,7 @@ Ltac simp := repeat progress (crush; try discriminate; ...@@ -150,7 +150,7 @@ Ltac simp := repeat progress (crush; try discriminate;
end). end).
(* end hide *) (* end hide *)
(** Less than a page of tactic code will be sufficient to automate our proof of commuativity. We start by defining a workhorse simplification tactic [simp], which extends [crush] in a few ways. (** Less than a page of tactic code will be sufficient to automate our proof of commutativity. We start by defining a workhorse simplification tactic [simp], which extends [crush] in a few ways.
[[ [[
Ltac simp := repeat progress (crush; try discriminate; Ltac simp := repeat progress (crush; try discriminate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment