mirror of
https://github.com/achlipala/frap.git
synced 2024-11-12 17:17:50 +00:00
Small typo fix in BasicSyntax
This commit is contained in:
parent
2f1b363c4e
commit
4b3e4abb58
2 changed files with 2 additions and 2 deletions
|
@ -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. *)
|
||||
|
|
|
@ -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. *)
|
||||
|
|
Loading…
Reference in a new issue