Kiana Sheibani
Results
2
comments of
Kiana Sheibani
As far as I know, this is simply a consequence of both `FromString` and `Interpolation` being overloaded. It should work fine if you just give `dStr` a type annotation. (edit:...
> Is there any notion of Haskell-like `default`ing that might make the type checker to prefer `String` in such cases? There is, it's used to e.g. make `Num Integer` the...