I have the follow terms :
3
p(X)
3
p(x, X)
3
p(x,_)
My question is regarding unification. For example: would "3" unify with "p(X)" [Some p, doesn't matter atm]
Now, my gut feeling is this : First term will unify (X = 3) Second term will unify ( X = 3 ) Third term I'm not sure about, I think that it would too... (As _ = 3)
Anyone that can shed some light on this one for me ? Thanks