Did you know ... | Search Documentation: |
Pack logicmoo_utils -- prolog/logicmoo/misc_terms.pl |
This module includes random predicate utilities that manipulate terms for substitution, decomposes, recomposes, composes, etc. @author Douglas R. Miles @license free or GNU 2
subst(A,B,C,D)
:- quietly((catchv(quietly(nd_subst(A,B,C,D)),E,(dumpST,dmsg(E:nd_subst(A,B,C,D)),fail))))
,!.
The following predicates are exported, but not or incorrectly documented.