aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/quote/Quote.v
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/quote/Quote.v')
-rw-r--r--plugins/quote/Quote.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/quote/Quote.v b/plugins/quote/Quote.v
index f21a678e1..11726675b 100644
--- a/plugins/quote/Quote.v
+++ b/plugins/quote/Quote.v
@@ -17,7 +17,7 @@ Declare ML Module "quote_plugin".
index_eq : index -> bool
index_eq_prop: (n,m:index)(index_eq n m)=true -> n=m
index_lt : index -> bool
- varmap : Type -> Type.
+ varmap : Type -> Type.
varmap_find : (A:Type)A -> index -> (varmap A) -> A.
The first arg. of varmap_find is the default value to take