type loader_context = { checkFile : string -> bool; loadFile : string -> Otoml.t; } val t_of_toml : context:loader_context -> Otoml.t -> (ImporterSyntax.t, string) result (** [fileChecker] is called when a file is declared in the configuration. An arror will be raised if the computation return false *) val expression_from_string : string -> (ImportDataTypes.Path.t ImportExpression.T.t, string) result