mlns in PFL

This commit is contained in:
Vitor Santos Costa
2013-06-06 19:18:46 -05:00
parent e96750b476
commit 6b31d08633
3 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
:- use_module(library(mlns)).
mln_domain(a(domain)).
mln_domain(b(domain)).
mln 10:(a(X) ; b(X)).
domain(1).
domain(2).