Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. data SelectFetchFirstValue

    postgresql-syntax PostgresqlSyntax.Ast

    References

    select_fetch_first_value:
    | c_expr
    | + I_or_F_const
    | - I_or_F_const
    

  2. selectFetchFirstValue :: HeadedParsec Void Text SelectFetchFirstValue

    postgresql-syntax PostgresqlSyntax.Parsing

    No documentation available.

  3. selectFetchFirstValue :: SelectFetchFirstValue -> TextBuilder

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

  4. searchReplaceFirst :: IsRegex re s => SearchReplace re s -> s -> s

    regex Text.RE.Tools

    search and replace the first occurrence only (if any) in the input text e.g., to prefix the first string of four hex digits in the imput text, if any, with 0x:

    searchReplaceFirst [ed|[0-9A-Fa-f]{4}///0x$0|]
    

  5. searchReplaceFirst :: IsRegex re s => SearchReplace re s -> s -> s

    regex Text.RE.Tools.Edit

    search and replace the first occurrence only (if any) in the input text e.g., to prefix the first string of four hex digits in the imput text, if any, with 0x:

    searchReplaceFirst [ed|[0-9A-Fa-f]{4}///0x$0|]
    

  6. searchReplaceFirst :: IsRegex re s => SearchReplace re s -> s -> s

    regex Text.RE.Tools.Find

    search and replace the first occurrence only (if any) in the input text e.g., to prefix the first string of four hex digits in the imput text, if any, with 0x:

    searchReplaceFirst [ed|[0-9A-Fa-f]{4}///0x$0|]
    

  7. searchReplaceFirst :: IsRegex re s => SearchReplace re s -> s -> s

    regex Text.RE.Tools.Grep

    search and replace the first occurrence only (if any) in the input text e.g., to prefix the first string of four hex digits in the imput text, if any, with 0x:

    searchReplaceFirst [ed|[0-9A-Fa-f]{4}///0x$0|]
    

  8. searchReplaceFirst :: IsRegex re s => SearchReplace re s -> s -> s

    regex Text.RE.Tools.IsRegex

    search and replace the first occurrence only (if any) in the input text e.g., to prefix the first string of four hex digits in the imput text, if any, with 0x:

    searchReplaceFirst [ed|[0-9A-Fa-f]{4}///0x$0|]
    

  9. searchReplaceFirst :: IsRegex re s => SearchReplace re s -> s -> s

    regex Text.RE.Tools.Lex

    search and replace the first occurrence only (if any) in the input text e.g., to prefix the first string of four hex digits in the imput text, if any, with 0x:

    searchReplaceFirst [ed|[0-9A-Fa-f]{4}///0x$0|]
    

  10. searchReplaceFirst :: IsRegex re s => SearchReplace re s -> s -> s

    regex Text.RE.Tools.Sed

    search and replace the first occurrence only (if any) in the input text e.g., to prefix the first string of four hex digits in the imput text, if any, with 0x:

    searchReplaceFirst [ed|[0-9A-Fa-f]{4}///0x$0|]
    

Page 84 of many | Previous | Next