You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2018. It is now read-only.
That's more verbose (and error prone) than I'd like. I'd prefer to write:
:- typeeven_integer--->0 is Xmod2.
:- typenorth_american_country--->usa; canada; mexico.
The basic notation is similar to Mercury while allowing arbitrary type checks (such as even_integer). This can be implemented with a relatively easy term_expansion/2 macro.