packages feed

ychr-0.1.0.0: test/golden/string_lower_test/string_lower_test.chr

:- module(string_lower_test, [go/2]).

:- use_module(library(strings)).

:- chr_constraint go/2.

go(S, R) <=> R is string_lower(S).