Dedukti icon indicating copy to clipboard operation
Dedukti copied to clipboard

No warning when the same rule is added twice

Open francoisthire opened this issue 5 years ago • 1 comments

No warning are printed on the following example:

A : Type.

a : A.
b : A.

def f  : A -> A.

[] f a --> b.
[] f a --> b.

In the more general case when a rewrite rule is added and will never be used it might be interesting to warn the user when it is possible.

francoisthire avatar Sep 08 '18 12:09 francoisthire

@Gaspi @GuillaumeGen

francoisthire avatar May 17 '19 11:05 francoisthire