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. captureMaybe :: CaptureID -> Match a -> Maybe (Capture a)

    regex Text.RE.Replace

    look up the nth capture, 0 being the match of the whole RE against the source text, 1, the first bracketed sub-expression to be matched and so on, returning Nothing if there is no such capture, or if the capture failed to capture anything (being in a failed alternate)

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

  3. KMaybe :: Kind -> Kind

    sbv Data.SBV

    No documentation available.

  4. type SMaybe a = SBV Maybe a

    sbv Data.SBV

    Symbolic Maybe

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

    sbv Data.SBV

    No documentation available.

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

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

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

  9. CMaybe :: !Maybe CVal -> CVal

    sbv Data.SBV.Dynamic

    Maybe

  10. KMaybe :: Kind -> Kind

    sbv Data.SBV.Dynamic

    No documentation available.

Page 249 of many | Previous | Next