From a608c8e1bffa032ed67f6f2dd406017b6aca9eb9 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 6 Feb 2005 13:03:51 +0000 Subject: Nettoyage et documentation de Library git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6692 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/ring/quote.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/ring/quote.ml') diff --git a/contrib/ring/quote.ml b/contrib/ring/quote.ml index 5a381b57c..fb0e66526 100644 --- a/contrib/ring/quote.ml +++ b/contrib/ring/quote.ml @@ -385,7 +385,7 @@ let rec sort_subterm gl l = [gl: goal sigma]\\ *) let quote_terms ivs lc gl = - Library.check_required_library ["Coq";"ring";"Quote"]; + Coqlib.check_required_library ["Coq";"ring";"Quote"]; let varhash = (Hashtbl.create 17 : (constr, constr) Hashtbl.t) in let varlist = ref ([] : constr list) in (* list of variables *) let counter = ref 1 in (* number of variables created + 1 *) -- cgit v1.2.3