pure<B> abstract method

HKT<G, B> pure<B>(
  1. B b
)

Implementation

HKT<G, B> pure<B>(B b);