you should also add `func: (A, B, C) -> T = ::T...
# stdlib
j
you should also add
func: (A, B, C) -> T = ::Triple
if you can
a
what's the proper syntax to do this? I can't quite get it right
val <A, B, C, T> foobar: (a: List<A>, b: List<B>, C: List<C>) -> T = ::Triple
That doesn't quite work