but it would also be cool to do like `yield Get(A,...
# development
a
but it would also be cool to do like
yield Get(A, [Param(B, x), Param(C, y)])
w
when you
x = yield [Get(..), Get(..)]
, it's multiple dispatch, no?
a
lmao
yes
i forgot that GetMulti isn't just for comprehensions
nice
thanks
i can't believe this engine thing is real