Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
derivePromptHandler :: Name -> Name -> Q Expmcp-server MCP.Server.Derive Derive prompt handlers from a data type. Usage:
$(derivePromptHandler ''MyPrompt 'handlePrompt)
derivePromptHandlerWithDescription :: Name -> Name -> [(String, String)] -> Q Expmcp-server MCP.Server.Derive Derive prompt handlers from a data type with custom descriptions. Usage:
$(derivePromptHandlerWithDescription ''MyPrompt 'handlePrompt [("Constructor", "Description")])deriveResourceHandler :: Name -> Name -> Q Expmcp-server MCP.Server.Derive Derive resource handlers from a data type. Usage:
$(deriveResourceHandler ''MyResource 'handleResource)
deriveResourceHandlerWithDescription :: Name -> Name -> [(String, String)] -> Q Expmcp-server MCP.Server.Derive Derive resource handlers from a data type with custom descriptions. Usage:
$(deriveResourceHandlerWithDescription ''MyResource 'handleResource [("Constructor", "Description")])deriveToolHandler :: Name -> Name -> Q Expmcp-server MCP.Server.Derive Derive tool handlers from a data type. Usage:
$(deriveToolHandler ''MyTool 'handleTool)
deriveToolHandlerWithDescription :: Name -> Name -> [(String, String)] -> Q Expmcp-server MCP.Server.Derive Derive tool handlers from a data type with custom descriptions. Usage:
$(deriveToolHandlerWithDescription ''MyTool 'handleTool [("Constructor", "Description")])deriveApp :: DeriveApp f m event qu mu su => f m event qu mu su -> App event mmorpheus-graphql-server Data.Morpheus.Server No documentation available.
deriver :: NarInfo fp txt hash -> Maybe txtnix-narinfo Nix.NarInfo Relative store path (to nix store root) of the deriver. NOTE: nix-store -q --deriver
deriveReceiverKey :: Curve -> Integer -> Point -> Integeroblivious-transfer OT Receiver's key derivation from his private key and sender's public key In parallel for all OT messages