let separators tags =
      List.filter_map tags (function
        | `separator c -> Some c
        | _ -> None)