constF<A, B> function

Function1<A, B> constF<A, B>(
  1. B b
)

Implementation

Function1<A, B> constF<A, B>(B b) => (A a) => b;