Skip to main content
Version: Next

atomic_list_concat/2

Description

atomic_list_concat/2 is a predicate that unifies an Atom with the concatenated elements of a List.

Signature

atomic_list_concat(+List, ?Atom)

where:

  • List is a list of strings, atoms, integers, floating point numbers or non-integer rationals
  • Atom is an Atom representing the concatenation of the elements of List