Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. deriveLargeHashable :: Name -> Q [Dec]

    large-hashable Data.LargeHashable.TH

    No documentation available.

  2. deriveLargeHashableCtx :: Name -> ([TypeQ] -> [PredQ]) -> Q [Dec]

    large-hashable Data.LargeHashable.TH

    Derive a LargeHashable instance with extra constraints in the context of the instance.

  3. deriveLargeHashableCustomCtx :: Name -> ([TypeQ] -> [PredQ] -> [PredQ]) -> Q [Dec]

    large-hashable Data.LargeHashable.TH

    Derive a LargeHashable instance with a completely custom instance context.

  4. deriveLargeHashableNoCtx :: Name -> Q [Dec]

    large-hashable Data.LargeHashable.TH

    Derive a LargeHashable instance with no constraints in the context of the instance.

  5. deriveLenses :: (Name -> LensTypeInfo -> ConstructorFieldInfo -> Q [Dec]) -> (String -> Maybe String) -> Name -> Q [Dec]

    lens-family-th Lens.Family.THCore

    The true workhorse of lens derivation. This macro is parameterized by a macro that derives signatures, as well as a function that filters and transforms names. Producing Nothing means that a lens should not be generated for the provided name.

  6. derivePromptHandler :: Name -> Name -> Q Exp

    mcp-server MCP.Server.Derive

    Derive prompt handlers from a data type Usage: $(derivePromptHandler ''MyPrompt 'handlePrompt)

  7. derivePromptHandlerWithDescription :: Name -> Name -> [(String, String)] -> Q Exp

    mcp-server MCP.Server.Derive

    Derive prompt handlers from a data type with custom descriptions Usage: $(derivePromptHandlerWithDescription ''MyPrompt 'handlePrompt [(Constructor, Description)])

  8. deriveResourceHandler :: Name -> Name -> Q Exp

    mcp-server MCP.Server.Derive

    Derive resource handlers from a data type Usage: $(deriveResourceHandler ''MyResource 'handleResource)

  9. deriveResourceHandlerWithDescription :: Name -> Name -> [(String, String)] -> Q Exp

    mcp-server MCP.Server.Derive

    Derive resource handlers from a data type with custom descriptions Usage: $(deriveResourceHandlerWithDescription ''MyResource 'handleResource [(Constructor, Description)])

  10. deriveToolHandler :: Name -> Name -> Q Exp

    mcp-server MCP.Server.Derive

    Derive tool handlers from a data type Usage: $(deriveToolHandler ''MyTool 'handleTool)

Page 49 of many | Previous | Next