aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Rewriter.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rewriter.v b/src/Rewriter.v
index 99201e27d..3ca65c2bf 100644
--- a/src/Rewriter.v
+++ b/src/Rewriter.v
@@ -1297,7 +1297,7 @@ Module Compilers.
"evaluated" in Gallina (e.g., [eager_list_rect] turns into
[list_rect] over a concrete list of cons cells holding
PHOAS expressions), and the result of this evaluation is
- returned." *)
+ returned. *)
(* N.B. the [with_lets] argument to [reflect] doesn't matter
here because [value' true (_ → _) ≡ value' false (_ → _)] *)
Definition reflect_ident_iota {t} (idc : ident t) : option (value t)