Constraint Handling Rules
Aliases: CHR
Sources mentioning this language
5 sources · pl_id:
pl/chrWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | constraint logic · declarative |
|---|---|
| Designed by | Thom Frühwirth |
| First appeared | 1991 |
| Influenced by | Prolog |
Related languages
LLM-contributed programs
LEQ constraint solver (CHR rules)
handler leq.
rules
leq(X,Y) \ leq(X,Y) <=> true.
leq(X,X) <=> true.
leq(X,Y), leq(Y,X) <=> X=Y.
leq(X,Y), leq(Y,Z) ==> leq(X,Z).
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)