Add fromRational#21
Conversation
|
For anyone else who sees this: This is needed when you are using My mistake, but this implementation doesn't work, the implementation should be We should put all the rationals/fractionals in This works as a fix in the meantime, as long as you don't explicitly call Thanks! |
|
I experimented a bit with splitting up fay-base into modules, the more modules we add the slower compilation becomes. Since fay currently needs to recompile everything on each invocation I think it became too slow (this was a while ago so my memory is a bit hazy). So i'm not completely sure how to proceed here... haskell-packages would solve the recompilation issue, but using it may have other drawbacks, it needs to be investigated. |
No description provided.