aboutsummaryrefslogtreecommitdiff
path: root/pretyping/term_dnet.ml
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/term_dnet.ml')
-rw-r--r--pretyping/term_dnet.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pretyping/term_dnet.ml b/pretyping/term_dnet.ml
index 98091087d8..2bf15d2f34 100644
--- a/pretyping/term_dnet.ml
+++ b/pretyping/term_dnet.ml
@@ -7,6 +7,7 @@
(************************************************************************)
(*i*)
+open Errors
open Util
open Term
open Sign
@@ -304,7 +305,7 @@ struct
let rec pr_term_pattern p =
(fun pr_t -> function
| Term t -> pr_t t
- | Meta m -> str"["++Util.pr_int (Obj.magic m)++str"]"
+ | Meta m -> str"["++Pp.int (Obj.magic m)++str"]"
) (pr_dconstr pr_term_pattern) p
let search_pat cpat dpat dn (up,plug) =