Fixed two major bugs reported by Norman Werver. Unification of
authormantoniotti
local dateFri, 20 May 2005 15:19:53
dateFri, 20 May 2005 15:19:53
hash20050520151953-0588d-4a36f53a59ead94b68aa12be57d71157e03763a6.gz
Fixed two major bugs reported by Norman Werver. Unification of

Fixed two major bugs reported by Norman Werver. Unification of
strings and symbols and of numers and symbols was not recurring on
VAR-UNIFY, as required; thus

(unify '(?x ?x) '("asd" "qweert"))
and
(unify '(foo ?x baz) '(foo 42 ?x))

would succed.
The two cases are now fixed.
1 file(s) changed:
unifier.lisp +6 -6