From 60de53d159c85b8300226a61aa502a7e0dd2f04b Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 26 Feb 2013 18:52:24 +0000 Subject: kernel/declarations becomes a pure mli - constr_substituted and lazy_constr are now in a dedicated kernel/lazyconstr.ml - the functions that were in declarations.ml (mostly substitution utilities and hashcons) are now in kernel/declareops.ml git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16250 85f007b7-540e-0410-9357-904b9bb8a0f7 --- pretyping/indrec.ml | 1 + pretyping/inductiveops.ml | 1 + 2 files changed, 2 insertions(+) (limited to 'pretyping') diff --git a/pretyping/indrec.ml b/pretyping/indrec.ml index bf166f1286..a5c4ecd3b7 100644 --- a/pretyping/indrec.ml +++ b/pretyping/indrec.ml @@ -20,6 +20,7 @@ open Nameops open Term open Namegen open Declarations +open Declareops open Inductive open Inductiveops open Environ diff --git a/pretyping/inductiveops.ml b/pretyping/inductiveops.ml index 3880dfd4e7..0017fee788 100644 --- a/pretyping/inductiveops.ml +++ b/pretyping/inductiveops.ml @@ -14,6 +14,7 @@ open Term open Termops open Namegen open Declarations +open Declareops open Environ open Reductionops -- cgit v1.2.3