Releases: clash-lang/ghc-typelits-natnormalise
Releases · clash-lang/ghc-typelits-natnormalise
v0.4
- Stop using 'provenance' hack to create conditional evidence (GHC 8.0+ only)
- Find more unifications:
F x + 2 - 1 - 1 ~ F x
==> [F x := F x], whereF
can be any type function with resultNat
.