Closed rowanG077 closed 1 year ago
Partially Fixes #65.
Now it can solve the 1 <= b constraint but it now requires a KnownNat b constraint. This is going wrong in the ghc-typelits-knownnat solver.
1 <= b
KnownNat b
ghc-typelits-knownnat
@christiaanb @martijnbastiaan I have rebased this PR.
@christiaanb ?
Partially Fixes #65.
Now it can solve the
1 <= b
constraint but it now requires aKnownNat b
constraint. This is going wrong in theghc-typelits-knownnat
solver.