DeepAndShallowEmbeddings: comment typo fix

This commit is contained in:
Adam Chlipala 2017-04-24 09:28:48 -04:00
parent a6624bdcf2
commit db0f87d654

View file

@ -543,7 +543,7 @@ Module Deeper.
done. done.
(* Next, we write a single-stepping interpreter for this language. We can (* 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. *) * the object language can diverge, while Gallina enforces termination. *)
Inductive stepResult (result : Set) := Inductive stepResult (result : Set) :=