Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
deriveLargeHashable :: Name -> Q [Dec]large-hashable Data.LargeHashable No documentation available.
deriveLargeHashableCtx :: Name -> ([TypeQ] -> [PredQ]) -> Q [Dec]large-hashable Data.LargeHashable Derive a LargeHashable instance with extra constraints in the context of the instance.
deriveLargeHashableCustomCtx :: Name -> ([TypeQ] -> [PredQ] -> [PredQ]) -> Q [Dec]large-hashable Data.LargeHashable Derive a LargeHashable instance with a completely custom instance context.
deriveLargeHashableNoCtx :: Name -> Q [Dec]large-hashable Data.LargeHashable Derive a LargeHashable instance with no constraints in the context of the instance.
deriveLargeHashable :: Name -> Q [Dec]large-hashable Data.LargeHashable.TH No documentation available.
deriveLargeHashableCtx :: Name -> ([TypeQ] -> [PredQ]) -> Q [Dec]large-hashable Data.LargeHashable.TH Derive a LargeHashable instance with extra constraints in the context of the instance.
deriveLargeHashableCustomCtx :: Name -> ([TypeQ] -> [PredQ] -> [PredQ]) -> Q [Dec]large-hashable Data.LargeHashable.TH Derive a LargeHashable instance with a completely custom instance context.
deriveLargeHashableNoCtx :: Name -> Q [Dec]large-hashable Data.LargeHashable.TH Derive a LargeHashable instance with no constraints in the context of the instance.
-
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)