Reading/writting list of terms

Author(s): The Ciao Development Team.

This module implements predicates to read/write list of terms (to streams and files).

Usage and interface

Documentation on exports

Usage:file_to_terms(File,Terms)

Unifies Terms with the list of all terms in File.

Usage:file_to_terms(File,Terms,Terms0)

Read all terms in into the difference list Terms-Terms0.

Usage:terms_to_file(File,Terms)

Writes the terms in list Terms (including the ending '.') onto file File.

PREDICATEterm_write/1
term_write(Term)

Output Term in a way that a read/1 will be able to read it back, even if operators change.

Documentation on imports

This module has the following direct dependencies: