Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

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

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

    Agda Agda.Utils.Singleton

    No documentation available.

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

    BNFC BNFC.Utils

    Rotation of maybe.

  3. 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'

  4. data MyMaybe a

    LPFP LPFP.SimpleVec

    No documentation available.

  5. NumericalStatusMaybe :: NumericalStatus

    ShellCheck ShellCheck.CFGAnalysis

    No documentation available.

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

    ShellCheck ShellCheck.CFGAnalysis

    No documentation available.

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

    ShellCheck ShellCheck.CFGAnalysis

    No documentation available.

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

    aeson-combinators Data.Aeson.Combinators.Decode

    Run decoder over Value. Returns Nothing in case of failure

  9. 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.

  10. readPEMaybe :: PhoneticElement a => String -> Maybe a

    aftovolio Aftovolio.General.Base

    No documentation available.

Page 267 of many | Previous | Next