thorin2 icon indicating copy to clipboard operation
thorin2 copied to clipboard

Feature/rules

Open leissa opened this issue 2 years ago • 2 comments

This is what @michel-steuwer and I hacked together, if you are curious. You can now so sth like this:

.rule foo (x: .Nat) = id x => x;

Since these rules are not actually used anywhere, I marked this as draft and just using this PR as an ongoing discussion.

leissa avatar Sep 29 '22 12:09 leissa

Does any evaluation happen inside of the rules?

NeuralCoder3 avatar Sep 29 '22 12:09 NeuralCoder3

Does any evaluation happen inside of the rules?

just normal normalization.

leissa avatar Sep 29 '22 23:09 leissa