@unction/applicator ((A) => B) => A => B Takes a function and a value and applies that function to that value. applicator(inc)(1) // 1