This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.

12 lines
123 B
Plaintext
Raw Normal View History

2013-06-06 19:18:46 -05:00
:- use_module(library(mlns)).
2013-06-06 19:22:22 -05:00
mln_domain a(domain).
mln_domain b(domain).
2013-06-06 19:18:46 -05:00
mln 10:(a(X) ; b(X)).
domain(1).
domain(2).