
copy_term(?Term, -Copy, -Goals)

   Compatibility: SWI/SICStus-Prolog term copy

Arguments
   Term                any term
   Copy                copy of term with plain variables
   Goals               Goals to construct Copy's attributes

Type
   library(dynamic_attributes)

Description

    CAUTION: this predicate shares its name with ECLiPSe's copy_term/3
    built-in.  Use module-qualification or import-from to disambiguate.

Modes and Determinism
   copy_term(?, -, -) is det

See Also
   copy_term / 3
