unify ( cb-env x y -- success? )


Vocabulary
logic

Inputs
cb-enva callback-env
xan object
yan object


Outputs
success?a boolean


Word description
Unifies the two following the environment in that environment.

Definition


:: unify ( cb-env x y -- success? )
cb-env env>> :> env x env y env cb-env trail>> env (unify*)
;