On Fri, 13 Jul 2012, Brandon Allbery wrote:Today we have 'unsafePerformIO'. So if we praise the merits of Haskell's strong type system and then mention 'unsafePerformIO' the audience will ask "so what's the point of type safety then?" Well, the point is that unsafePerformIO is strongly discouraged and every use of it should be considered carefully.
And now I'm having a "so what's the point?" moment? All this effort so we can just mark random stuff as
Trusted anyway?