type widthTable = {}type t = widthTableval load_from_string : string -> (t, int) Result.resultload_from_string str parse configurations in string str
val load_from_path : string -> (t, int) Result.resultload_from_path path open and loads the config file from path