let lines_of_ts_authors_opt (doc_settings : t_doc_settings) (authors_opt : ts_authors option) : string list = match authors_opt with |None -> [] |Some authors -> lines_of_ts_authors doc_settings authors