pGt: Partially applied greater, returns a function with > x, where...

View source: R/Data.Ord.r

pGtR Documentation

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

Description

pGt :: a -> b -> Bool

Usage

pGt(x)

Arguments

x

parameter x in y > x

Details

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


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