packages feed

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

:- module(quoting, [test/1]).

:- chr_constraint test/1.

:- function identity/1.
identity(X) -> X.

test(R) <=>
    R is identity(quote(f(1, 2))).