aboutsummaryrefslogtreecommitdiff
path: root/plugins/quote
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2015-03-04 16:22:24 +0100
committerPierre-Marie Pédrot2015-03-04 16:22:24 +0100
commita348471ec6303b9b080d77cf0ca7a58c21aa6369 (patch)
tree0746249e326b92fb21f98fe71e467f0ee0215058 /plugins/quote
parentd169ecbac96fe2a8a6a44395ad7fa83612e725c4 (diff)
parent00018101cf81f69d23587985a16fe3c8eefb8eaf (diff)
Merge branch 'v8.5'
Diffstat (limited to 'plugins/quote')
-rw-r--r--plugins/quote/quote.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/quote/quote.ml b/plugins/quote/quote.ml
index 637e0e28d5..2a2ef30fb1 100644
--- a/plugins/quote/quote.ml
+++ b/plugins/quote/quote.ml
@@ -211,9 +211,9 @@ let compute_rhs bodyi index_of_f =
let i = destRel (Array.last args) in
PMeta (Some (coerce_meta_in i))
| App (f,args) ->
- PApp (snd (pattern_of_constr (Global.env()) Evd.empty f), Array.map aux args)
+ PApp (pi3 (pattern_of_constr (Global.env()) Evd.empty f), Array.map aux args)
| Cast (c,_,_) -> aux c
- | _ -> snd (pattern_of_constr (Global.env())(*FIXME*) Evd.empty c)
+ | _ -> pi3 (pattern_of_constr (Global.env())(*FIXME*) Evd.empty c)
in
aux bodyi