
21 Sep
2017
21 Sep
'17
9:30 p.m.
On 21/09/17 19:47, John Wiegley wrote:
Why is it 'fromIntegral' that should be promoted into a warning? What about all the other partial functions in base that don't generate warnings either?
Because `fromIntegral` is not a partial function, it fails silently. Also because fixing all partial functions in base is way out of scope of what I intended to propose.