Small typo fix in BasicSyntax

This commit is contained in:
Adam Chlipala 2017-02-07 15:11:54 -05:00
parent 2f1b363c4e
commit 4b3e4abb58
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ Module ArithWithConstants.
end.
Compute depth ex1.
Compute size ex2.
Compute depth ex2.
(* Our first proof!
* Size is an upper bound on depth. *)

View file

@ -32,7 +32,7 @@ Fixpoint depth (e : arith) : nat :=
end.
Compute depth ex1.
Compute size ex2.
Compute depth ex2.
(* Our first proof!
* Size is an upper bound on depth. *)