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. captureTextMaybe :: CaptureID -> Match a -> Maybe a

    regex Text.RE.Replace

    look up the text of the nth capture (0 being the match of the whole), returning Nothing if the Match doesn't contain the capture

  2. KMaybe :: Kind -> Kind

    sbv Data.SBV

    No documentation available.

  3. type SMaybe a = SBV Maybe a

    sbv Data.SBV

    Symbolic Maybe

  4. isMaybe :: HasKind a => a -> Bool

    sbv Data.SBV

    No documentation available.

  5. sMaybe :: SymVal a => String -> Symbolic (SMaybe a)

    sbv Data.SBV

    Declare a named SMaybe. NB. For a version which generalizes over the underlying monad, see sMaybe

  6. sMaybe_ :: SymVal a => Symbolic (SMaybe a)

    sbv Data.SBV

    Declare an unnamed SMaybe. NB. For a version which generalizes over the underlying monad, see sMaybe_

  7. sMaybes :: SymVal a => [String] -> Symbolic [SMaybe a]

    sbv Data.SBV

    Declare a list of SMaybe values. NB. For a version which generalizes over the underlying monad, see sMaybes

  8. CMaybe :: !Maybe CVal -> CVal

    sbv Data.SBV.Dynamic

    Maybe

  9. KMaybe :: Kind -> Kind

    sbv Data.SBV.Dynamic

    No documentation available.

  10. isMaybe :: HasKind a => a -> Bool

    sbv Data.SBV.Dynamic

    No documentation available.

Page 254 of many | Previous | Next