Skip to content
Commit 3da68075 authored by Christoph Schwering's avatar Christoph Schwering
Browse files

Fixed box unification.

TermSeq::IsSuffixOf(z) was not and should not have been is-suffix-of but
simply drop the last |n| actions from *this. The reason is that the two
action sequences may contain variables and therefore need not be equal.

Therefore it's now called TermSeq::WithoutLast(n) for some integer n.
Notice that the roles of the arguments (this and the only argument) are
now reversed.
parent f63c42f6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment