pure<D> abstract method

HKT3<G, A, B, D> pure<D>(
  1. D a
)

Implementation

HKT3<G, A, B, D> pure<D>(D a);