diff options
Diffstat (limited to 'lib/analysers/dependency.mli')
-rw-r--r-- | lib/analysers/dependency.mli | 2 |
1 files changed, 1 insertions, 1 deletions
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 |