Commits

Slava Pestov committed dd5feb616f8
SILGen: More general re-abstraction thunks Kill the two Transform subclasses, OrigToSubst and SubstToOrig. Instead, Transform::transform() and other functions take an abstraction pattern for both the input and the output value. This simplifies the code in preparation for resilience expansion thunks.