CHR.js icon indicating copy to clipboard operation
CHR.js copied to clipboard

nested functors

Open reverendpaco opened this issue 3 years ago • 0 comments

The SWIPL version of CHR allows me to create complex types via functors. The simplest example:

color(C), model(M), vin(V) <=> car(color(C), model(M), vin(V))

Is this something worth pursuing?

reverendpaco avatar Aug 10 '22 16:08 reverendpaco