ApplyRep<P, H>: P extends Hkt0
    ? P & {
        rep: H;
    }
    : never

Type Parameters

  • P

  • H

Generated using TypeDoc