pEq: Partially applied equality, returns a function, where the...

View source: R/Data.Ord.r

pEqR Documentation

Partially applied equality, returns a function, where the first parameter of the equality is set.

Description

pEq :: a -> b -> Bool

Usage

pEq(x)

Arguments

x

first parameter value in x == y

Details

E.g. pEq(3)(4) = FALSE E.g. pEq(3)(3) = TRUE


schnecki/rhaskell documentation built on Oct. 30, 2022, 10:23 a.m.