Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. class (Null coll, Singleton el coll) => CMaybe el coll | coll -> el

    Agda Agda.Utils.Singleton

    Create-only collection with at most one element.

  2. cMaybe :: CMaybe el coll => Maybe el -> coll

    Agda Agda.Utils.Singleton

    No documentation available.

  3. caseMaybe :: Maybe a -> b -> (a -> b) -> b

    BNFC BNFC.Utils

    Rotation of maybe.

  4. fromStringMaybe :: String -> Maybe BigDecimal

    HasBigDecimal Data.BigDecimal

    read a BigDecimal from a human readable decimal notation. e.g. fromString "3.14" yields 'BigDecimal 314 2'

  5. data MyMaybe a

    LPFP LPFP.SimpleVec

    No documentation available.

  6. NumericalStatusMaybe :: NumericalStatus

    ShellCheck ShellCheck.CFGAnalysis

    No documentation available.

  7. variableMayBeAssignedInteger :: ProgramState -> String -> Maybe Bool

    ShellCheck ShellCheck.CFGAnalysis

    No documentation available.

  8. variableMayBeDeclaredInteger :: ProgramState -> String -> Maybe Bool

    ShellCheck ShellCheck.CFGAnalysis

    No documentation available.

  9. parseMaybe :: Decoder a -> Value -> Maybe a

    aeson-combinators Data.Aeson.Combinators.Decode

    Run decoder over Value. Returns Nothing in case of failure

  10. readMaybeECG :: Int -> String -> Maybe EncodedCnstrs

    aftovolio Aftovolio.ConstraintsEncoded

    Inspired by the: https://hackage.haskell.org/package/base-4.14.0.0/docs/Data-Maybe.html Is provided here as a more general way to read the String into a EncodedCnstrs. It is up to user to check whether the parameters are in the correct form, the function does not do the full checking.

Page 262 of many | Previous | Next