summaryrefslogtreecommitdiff
path: root/matcher.ml
diff options
context:
space:
mode:
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