tweag/capability

INLINE Pragmas

Closed this issue · 0 comments

I think all the methods should have INLINE pragmas: many of them are just coercions, which inline well, and more importantly combine well, but even the other are quite short and should compose well. And since we are typically combining 3 or 4 layers of these, we would pay an unnecessary cost with respect to hand written instances.