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. manyTextOfMin :: CharSet -> REText Text

    parser-regex Regex.Text

    Parse any Text containing members of the CharSet. Minimal, i.e. biased towards matching less.

  2. manyr :: RE c a -> RE c (Many a)

    parser-regex Regex.Text

    Zero or more. Biased towards matching more. Also see the section "Looping parsers".

  3. JsTooManyRemoteSources :: ErrorType

    patrol Patrol.Type.ErrorType

    No documentation available.

  4. BsrAnyCrlf :: Bsr

    pcre2 Text.Regex.Pcre2

    \r, \n, or \r\n

  5. NewlineAny :: Newline

    pcre2 Text.Regex.Pcre2

    any Unicode line ending sequence

  6. NewlineAnyCrlf :: Newline

    pcre2 Text.Regex.Pcre2

    any of the above

  7. pcre2_BSR_ANYCRLF :: CUInt

    pcre2 Text.Regex.Pcre2.Foreign

    No documentation available.

  8. pcre2_NEWLINE_ANY :: CUInt

    pcre2 Text.Regex.Pcre2.Foreign

    No documentation available.

  9. pcre2_NEWLINE_ANYCRLF :: CUInt

    pcre2 Text.Regex.Pcre2.Foreign

    No documentation available.

  10. nestAnyEq :: forall record typ . (PersistField typ, PersistEntityBackend record ~ MongoContext) => NestedField record [typ] -> typ -> Filter record

    persistent-mongoDB Database.Persist.MongoDB

    Like nestEq, but for an embedded list. Checks to see if the nested list contains an item.

Page 241 of many | Previous | Next