You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extractor is by nature unsound because it ignores argument semantics.
`Expr.betaReduce` provides a sound version of this conversion with a slightly diferent API.
The error messages for this extractors where never good due to the complexity of its signature.
This kind of unsafe transformations should be performed on the reflection API instead.
0 commit comments