Lambda is a `FunctionN<…>` instance, so as a...
# datascience
o
Lambda is a
FunctionN<…>
instance, so as any generic type it will box any primitives.
😢 2