Deducteam / Dedukti

Implementation of the λΠ-calculus modulo rewriting

Home Page:https://deducteam.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Matching_test` is never used

francoisthire opened this issue · comments

The function matching_test of the module Reduction.ml is never used and replaced by are_convertible. This is an issue for Universo because there is now no way to know whether are_convertible is called from a bracket constraint or a non-linear constraint.

I think this problem has been introduced when we have merged the ACU branch. I did not realized that. So Universo is broken currently.

Partially fixed in cce4e33 but it would be better if this function was called also for non-linearity constraints.