Prelude API
    Preparing search index...

    Variable negate

    negate: <T>(f: Predicate.t<T>) => (a: T, b: T) => boolean

    Type Declaration

      • <T>(f: Predicate.t<T>): (a: T, b: T) => boolean
      • Type Parameters

        • T

        Parameters

        Returns (a: T, b: T) => boolean

        negated predicate function.