• Checks whether there is value in the data where equals to target.

    Type Parameters

    • T

    • A

    Parameters

    • foldable: Foldable<T>

      The instance of Foldable for T.

    • eq: PartialEq<A, A>

      The instance of equality for A.

    Returns ((target) => ((data) => boolean))

    Whether the value is there.

      • (target): ((data) => boolean)
      • Parameters

        • target: A

        Returns ((data) => boolean)

          • (data): boolean
          • Parameters

            Returns boolean

Generated using TypeDoc