Proofreading DeepAndShallowEmbeddings

This commit is contained in:
Adam Chlipala 2018-04-22 14:07:01 -04:00
parent d5c7b9d7ce
commit 7c06dc3541
2 changed files with 7 additions and 7 deletions

View file

@ -510,7 +510,7 @@ End Deep.
Module Deeper. Module Deeper.
(* All programs in the last embedding must terminate, but let's add loops with (* All programs in the last embedding must terminate, but let's add loops with
* the potential to run forever, which takes us beyond what is representable * the potential to run forever, which takes us beyond what is representable
* in the shallow embedding, since Gallina enforces terminating of all * in the shallow embedding, since Gallina enforces termination for all
* programs. *) * programs. *)
(* We use this type to represent the outcome of a single loop iteration. (* We use this type to represent the outcome of a single loop iteration.