Report - Type Inference def CONS[T](x:T, lst:List[T]):List[T]={...} def listInt() : List[Int] = {...} def listBool() : List[Bool] = {...} def baz(a, b) = CONS(a(b),

Please pass captcha verification before submit form