duplicate method

HKT2<KT, A, HKT2<KT, A, B>> duplicate()

Implementation

HKT2<KT, A, HKT2<KT, A, B>> duplicate() => extend(identity);