c

fun <A, B, C> (A) -> B.c(f: (B) -> C): (A) -> C

Composes 2 functions See Credits to Alex Hart.