Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
<=. ) :: x -> Double -> Inequality xcoinor-clp Numeric.COINOR.CLP No documentation available.
(
==. ) :: x -> Double -> Inequality xcoinor-clp Numeric.COINOR.CLP No documentation available.
(
>=. ) :: x -> Double -> Inequality xcoinor-clp Numeric.COINOR.CLP No documentation available.
(
>=<. ) :: x -> (Double, Double) -> Inequality xcoinor-clp Numeric.COINOR.CLP No documentation available.
(
<=. ) :: x -> Double -> Inequality xcomfort-glpk Numeric.GLPK No documentation available.
(
==. ) :: x -> Double -> Inequality xcomfort-glpk Numeric.GLPK No documentation available.
(
>=. ) :: x -> Double -> Inequality xcomfort-glpk Numeric.GLPK No documentation available.
(
>=<. ) :: x -> (Double, Double) -> Inequality xcomfort-glpk Numeric.GLPK No documentation available.
(
?. ) :: (ToBool bool, Category cat) => bool -> cat a a -> cat a acond Control.Conditional Conditional composition. If the predicate is False, id is returned instead of the second argument. This function, for example, can be used to conditionally add functions to a composition chain.
-
conduino Data.Conduino Like .|, but keep the result of the first pipe, instead of the second. This means that p |. q will only terminate with a result when both p and q terminate. (Typically, p .| q would terminate as soon as q terminates.)