mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Merge
This commit is contained in:
commit
a9ba30076d
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,3 +18,4 @@ frap.tgz
|
||||||
Deep.ml*
|
Deep.ml*
|
||||||
Deeper.ml*
|
Deeper.ml*
|
||||||
DeeperWithFail.ml*
|
DeeperWithFail.ml*
|
||||||
|
*.dir-locals.el
|
||||||
|
|
|
@ -346,7 +346,7 @@ Definition factorial_body :=
|
||||||
* Note that here we're careful to put the quantified variable [input] *first*,
|
* Note that here we're careful to put the quantified variable [input] *first*,
|
||||||
* because the variables coming after it will need to *change* in the course of
|
* because the variables coming after it will need to *change* in the course of
|
||||||
* the induction. Try switching the order to see what goes wrong if we put
|
* the induction. Try switching the order to see what goes wrong if we put
|
||||||
* [input] later. *)
|
e * [input] later. *)
|
||||||
Lemma factorial_ok' : forall input output v,
|
Lemma factorial_ok' : forall input output v,
|
||||||
v $? "input" = Some input
|
v $? "input" = Some input
|
||||||
-> v $? "output" = Some output
|
-> v $? "output" = Some output
|
||||||
|
|
Loading…
Reference in a new issue