Represent summonFrom
using a partial function
#10624
Labels
Milestone
summonFrom
using a partial function
#10624
Try to represent summonFrom in the compiler as as
summonFrom(x => x match { case ... })
.This would mean that we would not have a special kind of
Match
tree in TASTy to represent it and we could removereflect.SummonFrom
.The text was updated successfully, but these errors were encountered: