From 45038a0bfd5621153ba0dd4b6e06755fd15da1e3 Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 29 May 2012 11:08:26 +0000 Subject: Evar_kinds.mli containing former Evd.hole_kind, avoid deps on Evd git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15371 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/syntax/numbers_syntax.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/syntax') diff --git a/plugins/syntax/numbers_syntax.ml b/plugins/syntax/numbers_syntax.ml index cbc8d7fd6..984bae418 100644 --- a/plugins/syntax/numbers_syntax.ml +++ b/plugins/syntax/numbers_syntax.ml @@ -180,10 +180,10 @@ let word_of_pos_bigint dloc hght n = if is_neg_or_zero hgt then int31_of_pos_bigint dloc n else if equal n zero then - GApp (dloc, ref_W0, [GHole (dloc, Evd.InternalHole)]) + GApp (dloc, ref_W0, [GHole (dloc, Evar_kinds.InternalHole)]) else let (h,l) = split_at hgt n in - GApp (dloc, ref_WW, [GHole (dloc, Evd.InternalHole); + GApp (dloc, ref_WW, [GHole (dloc, Evar_kinds.InternalHole); decomp (sub_1 hgt) h; decomp (sub_1 hgt) l]) in -- cgit v1.2.3