so `implicitRecievers` of the the compiler is pass...
# datascience
f
so
implicitRecievers
of the the compiler is passed the list of classes, and
implicitReceivers
of the evaluator is passed the list of objects?
a
Yep. You pass the the list of interfaces to resolve symbols and then pass actual object to bind those symbols.
f
Thanks! This is exactly what I needed