pGeq: Partially applied greater or equal, returns a function with...

View source: R/Data.Ord.r

pGeqR Documentation

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

Description

pGeq :: a -> b -> Bool

Usage

pGeq(x)

Arguments

x

parameter x in y >= x

Details

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


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