term_subsumer(+Special1,
+Special2, -General)General is the most specific term that is a generalisation of
Special1 and Special2. The implementation can
handle cyclic terms.
- Fixed in 10.1.15 (👉8cc80ef) term_factorized/2, term_subsumer/3: deal with zero-arity terms.
[det]term_subsumer(+Special1,
+Special2, -General)General is the most specific term that is a generalisation of
Special1 and Special2. The implementation can
handle cyclic terms.
- author
- Inspired by LOGIC.PRO by Stephen Muggleton
- Compatibility
- SICStus
- Fixed in 10.1.15 (👉8cc80ef) term_factorized/2, term_subsumer/3: deal with zero-arity terms.