Interface Either<E, A>

Type Parameters

  • E

  • A

Hierarchy

  • Either

Properties

Properties

datatype: "Either"
match: (<R>(cata) => R)

Type declaration

    • <R>(cata): R
    • Type Parameters

      • R

      Parameters

      Returns R

Generated using TypeDoc