was ist der Typ von t hier:
var t = f => x => f (f (x)); print t(x => x+1)(0); print t(t)(x => x+1)(0);
Lösung: a : (aa)(aa)
benötigen