thorin2
thorin2 copied to clipboard
Feature/rules
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.
Does any evaluation happen inside of the rules?
Does any evaluation happen inside of the rules?
just normal normalization.