[m-users.] Free and Ground in the same error line?

Tomas By tomas at basun.net
Sun Oct 29 02:53:22 AEDT 2023


On Sat, 28 Oct 2023 17:29:13 +0200, Sean Charles (emacstheviking) wrote:
> I've also been contemplating making a command line tool out of the
> term-rewriting example code

This is a good idea, it is very easy in Mercury, with the token &
parser libraries.


> My main issue was finding operators that aren't already taken [...]
> in Mercury you have to find something not used by any modules you've
> imported

You can switch to `use_module' instead of `import_module' for those
that have names you want. Then your name has preference and the
library ones need qualifier.

/Tomas


More information about the users mailing list