pure<B> abstract method

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

Implementation

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