hashc
hashc copied to clipboard
tir: Implement normalisation by evaluation
Replace current substitution-based evaluation with NbE into some semantic domain.
Steps:
- Figure out what the semantic domain should be
- How to represent it? Separate data structure probably..
- Implement it