pLt: Partially applied less, returns a function with < x, where x...

View source: R/Data.Ord.r

pLtR Documentation

Partially applied less, returns a function with < x, where x is the first parameter.

Description

pLt :: a -> b -> Bool

Usage

pLt(x)

Arguments

x

parameter x in y < x

Details

E.g. pLt(3)(4) = FALSE E.g. pLt(3)(2) = TRUE


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