Open rowanG077 opened 2 years ago
Fixes https://github.com/clash-lang/ghc-typelits-extra/issues/42
I added the same reduction for FLog and CLog. Code is not super pretty since there are quite a bit of conversions between different type representations.
FLog
CLog
I fixed the requested change and also bumped the version to 0.4.4 in the cabal file.
0.4.4
Fixes https://github.com/clash-lang/ghc-typelits-extra/issues/42
I added the same reduction for
FLog
andCLog
. Code is not super pretty since there are quite a bit of conversions between different type representations.