let lines_of_ts_title_opt (doc_settings : t_doc_settings) (title_opt : ts_title option) : string list = match title_opt with |None -> [] |Some title -> lines_of_ts_title doc_settings title