diff options
Diffstat (limited to 'lib/configuration/importConf.mli')
-rw-r--r-- | lib/configuration/importConf.mli | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/lib/configuration/importConf.mli b/lib/configuration/importConf.mli index 40b985b..d2f65f2 100644 --- a/lib/configuration/importConf.mli +++ b/lib/configuration/importConf.mli @@ -1,18 +1,4 @@ -module Syntax = Syntax -module CTE = Cte - -val dummy_conf : Syntax.t - -val root_table : Syntax.t -> ImportDataTypes.Table.t -(** Get the root table, this table is the main table to load and each line in - this table will be processed *) - -val t_of_toml : Otoml.t -> (Syntax.t, string) result -val get_table_for_name : Syntax.t -> string option -> ImportDataTypes.Table.t - -val get_dependancies_for_table : - Syntax.t -> ImportDataTypes.Table.t -> Syntax.Extern.t list -(** Get all the externals refered by the source *) +val t_of_toml : Otoml.t -> (ImporterSyntax.t, string) result val expression_from_string : string -> (ImportDataTypes.Path.t ImportExpression.T.t, string) result |