In “The Logtalk Handbook”, Release v3.36.0, on page 17:
“We must check all calls of this/1
” may not be true. The functor of the term encapsulated by the object seems to be captured by Name
, thus we have a general solution?
In “The Logtalk Handbook”, Release v3.36.0, on page 17:
“We must check all calls of this/1
” may not be true. The functor of the term encapsulated by the object seems to be captured by Name
, thus we have a general solution?
Just a typo. It should be this(foo(_, Baz, ...))
. Thanks for reporting. Fixed in the git version. Note, as mentioned in the same section, use of either this/1
or parameter/2
is superseded nowadays by the use of parameter variables.