aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2016-09-16 12:04:13 -0700
committerGravatar Jason Gross <jagro@google.com>2016-09-16 12:04:13 -0700
commit98a3dabb1c9c8960ebbd9a8970848d9466e86803 (patch)
tree5ba940f3a81db98b37ebf51a580b707a2f83094e /src
parentc4534292b08de0a02f6dd9b63bdcde04ef03db89 (diff)
Fix a bad line
Diffstat (limited to 'src')
-rw-r--r--src/Reflection/Syntax.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Reflection/Syntax.v b/src/Reflection/Syntax.v
index 45ab931cb..3660c6705 100644
--- a/src/Reflection/Syntax.v
+++ b/src/Reflection/Syntax.v
@@ -121,7 +121,7 @@ Section language.
| Tbase _ => val _
| Prod A B => (@SmartVal T val A, @SmartVal T val B)
end.
- := @smart_interp_flat_map _ (interp_flat_type_gen exprf) (fun t => Const) (fun A B x y => pair x y) t.
+
(** [SmartVar] is like [Var], except that it inserts
pair-projections and [Pair] as necessary to handle
[flat_type], and not just [base_type_code] *)