Push the last code change through a further copy-and-paste instance

This commit is contained in:
Adam Chlipala 2017-02-09 06:58:38 -05:00
parent 6bcaa20632
commit 0e74bcf948

View file

@ -168,7 +168,7 @@ Module ArithWithVariables.
end.
Compute depth ex1.
Compute size ex2.
Compute depth ex2.
Theorem depth_le_size : forall e, depth e <= size e.
Proof.