
28 Apr
2006
28 Apr
'06
6:20 a.m.
Am Mittwoch, 26. April 2006 01:02 schrieb Ashley Yakeley:
I would like to start a discussion on the role of unsafe functions in Haskell:
[...] unsafePreservingMatrix, unsafeRenderPrimitive [...]
These two functions are not "unsafe" in the sense the other functions are. The prefix only indicates that the action passed to them should not throw an exception. Cheers, S.