From 8b8b730d3ba98d6c9e4e6274844641043b5fefbb Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 17 Mar 2025 09:11:25 +0100 Subject: Moved the syntax module in its own library --- lib/analysers/dependency.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/analysers/dependency.mli') diff --git a/lib/analysers/dependency.mli b/lib/analysers/dependency.mli index bc761ae..522436c 100644 --- a/lib/analysers/dependency.mli +++ b/lib/analysers/dependency.mli @@ -1,6 +1,6 @@ type t -val get_process_order : ImportConf.Syntax.t -> t list +val get_process_order : ImporterSyntax.t -> t list (** Extract the file list to process, following the identified dependancies. Try to load first the document which does not required another spreadsheet, and keep going in the topological order -- cgit v1.2.3