Sudhir Singh Khanger
val that : Int -> Int = { three -> three }
val lambdaName : Type = { argumentList -> codeBody }
nfrankel
(Int -> Int)
Int
{three -> three}
{one -> one }
{it -> it }
it
{it}
that
three
A modern programming language that makes developers happier.