hdiff
packages
feed
ychr
-0.1.0.0: test/golden/qualified_module_not_imported/moda.chr
:- module(moda, [aa/1]). :- chr_constraint aa/1, marker/0. aa(X) <=> marker.