pLeq: Partially applied less or equal, returns a function with <=...

View source: R/Data.Ord.r

pLeqR Documentation

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

Description

pLeq :: a -> b -> Bool

Usage

pLeq(x)

Arguments

x

parameter x in y <= x

Details

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


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