Re: [m-users.] Some help with understanding the mode system?

Volker Wysk <[email protected]> Sat, 29 Jun 2024 05:32:53 +0200
Newsgroups gmane.comp.lang.mercury.general
Message-ID <[email protected]>
Am Freitag, dem 28.06.2024 um 21:17 +0200 schrieb Anders Lundstedt:
> 
> MWE, with comments explaining my reasoning:

What does "MWE" mean?

> p(a, _).
> p(_, b).
> 
> % everything works if I change the implementation to:
> %
> % p(a,a).
> % p(a,b).
> % p(b,a).

I guess you meant to write:

p(a, _).
p(_, a). 

Volker
_______________________________________________
users mailing list
[email protected]
https://lists.mercurylang.org/listinfo/users