Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • F

  • G

Hierarchy

Index

Properties

Properties

reduce

reduce: function

Type declaration

    • <A, B>(f: function, b: B, fga: HKT<F, HKT<G, A>>): B
    • Type parameters

      • A

      • B

      Parameters

      • f: function
          • (b: B, a: A): B
          • Parameters

            • b: B
            • a: A

            Returns B

      • b: B
      • fga: HKT<F, HKT<G, A>>

      Returns B

Generated using TypeDoc