hdiff
packages
feed
ychr
-0.1.0.0: test/golden/non_boolean_guard/non_boolean_guard.chr
:- module(q). :- chr_constraint test/2. test(X, R) <=> X = 5 | R = 1. test(_, R) <=> R = 0.