VS
Size: a a a
VS
VS
оГ
VK
VS
оГ
VK
K
оГ
error FS0008: This runtime coercion or type test from type
'a
to
AggregateException
involves an indeterminate type based on information prior to this program point. Runtime type tests are not allowed on some types. Further type annotations are needed.
VS
VK
error FS0008: This runtime coercion or type test from type
'a
to
AggregateException
involves an indeterminate type based on information prior to this program point. Runtime type tests are not allowed on some types. Further type annotations are needed.
оГ
оГ
let (|Flattened|) (ex: exn) = match ex with :? AggregateException as x -> x.Flatten().InnerException | x -> x;;
оГ
оГ
оГ