
edinburgh.pl -- Some traditional Edinburgh predicatesThis module defines predicates from `traditional Edinburgh Prolog' (Dec10 and C-Prolog) whose functionality has been replaced by (ISO) Standard Prolog.
display(+Term) is det
display(+Stream, +Term) is det{a}) and lists ([a,b,c]). Currently does print
dicts using the dict notation.
unknown(-Old, +New) is det
reconsult(+FileOrList) is detfile(s), wiping the old content first. SWI-Prolog's
consult/1 and related predicates always do this.
debug is det
nodebug is det
fileerrors(-Old, +New) is dettrue, causing file operations to raise an exception. Setting
it to false activates the old Edinburgh mode of silent
failure.
The following predicates are exported, but not or incorrectly documented.
nodebug
display(Arg1, Arg2)