Discussion:
[m-dev.] unexpected($module, $pred, ...)
Zoltan Somogyi
2015-11-30 15:28:40 UTC
Permalink
Since $pred expands to the MODULE QUALIFIED predicate name,
should we delete the $module argument in calls to unexpected
and related predicates?

Zoltan.
Julien Fischer
2015-11-30 22:07:31 UTC
Permalink
Post by Zoltan Somogyi
Since $pred expands to the MODULE QUALIFIED predicate name,
should we delete the $module argument in calls to unexpected
and related predicates?
I generally use, 'unexpected($file, $pred , ...', since the file name
can differ from the module name.

Julien.

Loading...