yes. sorry Tthe question was wether I can define a...
# announcements
j
yes. sorry Tthe question was wether I can define a signature
LambdaSignature
=
(Int, Int) -> Int
so that I can define
val sum : LambdaSignature = { a: b -> a + b }
and later maybe
val lambdas : List< LambdaSignature> = listOf(sum, multiplication)