Liquidsoap_lang.Lang_errorSourceinclude module type of struct include Runtime_error endtype runtime_error = private Runtime_error.runtime_error = {kind : string;msg : string;pos : Pos.t list;}type error = private Runtime_error.runtime_error = {kind : string;msg : string;pos : Pos.List.t;}