hdiff
packages
feed
ychr
-0.1.0.0: test/golden/cross_module_missing_export/lib.chr
:- module(cross_lib_partial, [keep/1]). :- chr_constraint keep/1. keep(_) <=> true.