namespace PureGym.App open System.Runtime.ExceptionServices [] module Exception = let reraiseWithOriginalStackTrace<'a> (e : exn) : 'a = let edi = ExceptionDispatchInfo.Capture e edi.Throw () failwith "unreachable"