Separated<KT, A, B> typedef

Separated<KT, A, B> = (HKT<KT, A>, HKT<KT, B>)

Implementation

typedef Separated<KT, A, B> = (HKT<KT, A>, HKT<KT, B>);