effect-ts-laws
    Preparing search index...

    Function composeOf

    • Compose an Of instance by nesting a pair of Of instances, the first on the outside and the second on the inside.

      Type Parameters

      • F extends TypeLambda
      • G extends TypeLambda
      • R = never
      • O = unknown
      • E = unknown

      Parameters

      • F: Of<F>
      • G: Of<G>

      Returns Of<ComposeTypeLambda<F, G, R, O, E, R, O, E>>