let remainder_literals_to_string (config: config) (context: context)
  (raw_context_unifier: raw_context_unifier) : string =

  let remainder_literals =
    build_candidate_literals ~check:false config context raw_context_unifier
  in
    remainder_literals_to_string_ remainder_literals