summaryrefslogtreecommitdiff
path: root/matcher.ml
diff options
context:
space:
mode:
authorGravatar Nicolas Braud-Santoni <nicolas@braud-santoni.eu>2016-07-23 16:21:44 -0400
committerGravatar Nicolas Braud-Santoni <nicolas@braud-santoni.eu>2016-07-23 16:21:44 -0400
commit17564e4922acda6b72bf39de7a8c23ed0c0178f6 (patch)
tree9551ca9435f64c019dbef48894f5dd0c64045f1c /matcher.ml
parenta77bca84565b26aeedec3b210d761240d9d261f4 (diff)
Imported Upstream version 8.5.1
Diffstat (limited to 'matcher.ml')
-rw-r--r--matcher.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/matcher.ml b/matcher.ml
index 55a64b7..2fd0517 100644
--- a/matcher.ml
+++ b/matcher.ml
@@ -455,7 +455,7 @@ end
| Dot (s,l,r) -> Dot (s, aux l, aux r)
| Var i ->
begin match find t i with
- | None -> Util.error "aac_tactics: instantiate failure"
+ | None -> Errors.error "aac_tactics: instantiate failure"
| Some x -> t_of_term x
end
in aux x