google-code-export / unquote

Automatically exported from code.google.com/p/unquote
Apache License 2.0
1 stars 1 forks source link

Support (NoDynamicInvocation) reraise operator #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
reraise and the deprecrated rethrow are both important core operators which 
have no dynamic implementation in the F# lib so we should support these. 
Especially since TryWith expressions which have non-matching cases use reraise 
under-the-hood.

Original issue reported on code.google.com by stephen....@gmail.com on 5 Aug 2011 at 11:12

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 6 Aug 2011 at 10:20

GoogleCodeExporter commented 9 years ago
Will not support deprecated rethrow

Original comment by stephen....@gmail.com on 7 Aug 2011 at 3:16

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 7 Aug 2011 at 6:04