ychr-0.1.0.0: test/golden/string_length_test/string_length_test.chr
:- module(string_length_test, [go/2]). :- use_module(library(strings)). :- chr_constraint go/2. go(S, R) <=> R is string_length(S).
:- module(string_length_test, [go/2]). :- use_module(library(strings)). :- chr_constraint go/2. go(S, R) <=> R is string_length(S).