Author(s): Francisco Bueno, Daniel Cabeza.
Version: 1.11#222 (2004/5/24, 13:8:7 CEST)
Version of last change: 1.11#92 (2003/12/21, 2:27:29 CET)
This module implements the predicates involved in the atom to term conversion.
atom2term
)atom2term
)
Usage: atom2term(Atom, Term)
Atom
is an atom, but must have term syntax. Term
is a term resulting from parsing Atom
char by char.
Atom
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Term
is a free variable.
(term_typing:var/1
)
Usage: string2term(String, Term)
Usage: parse_term(String, Term, Dummy)
String
is parsed into Term
upto Dummy
(which is the non-parsed rest of the list).
String
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Term
is a free variable.
(term_typing:var/1
)
atom2term
)Go to the first, previous, next, last section, table of contents.