mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
DeepAndShallowEmbeddings: comment typo fix
This commit is contained in:
parent
a6624bdcf2
commit
db0f87d654
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ Module Deeper.
|
|||
done.
|
||||
|
||||
(* Next, we write a single-stepping interpreter for this language. We can
|
||||
* know longer write a straightforward big-stepping interpeter, as programs of
|
||||
* no longer write a straightforward big-stepping interpeter, as programs of
|
||||
* the object language can diverge, while Gallina enforces termination. *)
|
||||
|
||||
Inductive stepResult (result : Set) :=
|
||||
|
|
Loading…
Reference in a new issue