Tagged Questions
4
votes
2answers
504 views
What to do with “Inferred type is less polymorphic than expected”?
I need the Numeric.FAD library, albeit still being completely puzzled by existential types.
This is the code:
error_diffs :: [Double] -> NetworkState [(Int, Int, Double)]
error_diffs ...