ychr-0.1.0.0: test/golden/stdlib_test/stdlib_test.chr
:- module(stdlib_test, [go/2]). :- use_module(library(lists)). :- chr_constraint go/2. go(L, N) <=> N is length(L).
:- module(stdlib_test, [go/2]). :- use_module(library(lists)). :- chr_constraint go/2. go(L, N) <=> N is length(L).