Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. 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)])

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

    mcp-server MCP.Server.Derive

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

  3. deriveToolHandlerWithDescription :: Name -> Name -> [(String, String)] -> Q Exp

    mcp-server MCP.Server.Derive

    Derive tool handlers from a data type with custom descriptions Usage: $(deriveToolHandlerWithDescription ''MyTool 'handleTool [(Constructor, Description)])

  4. deriveApp :: DeriveApp f m event qu mu su => f m event qu mu su -> App event m

    morpheus-graphql-server Data.Morpheus.Server

    No documentation available.

  5. deriver :: NarInfo fp txt hash -> Maybe txt

    nix-narinfo Nix.NarInfo

    Relative store path (to nix store root) of the deriver. NOTE: nix-store -q --deriver

  6. deriveReceiverKey :: Curve -> Integer -> Point -> Integer

    oblivious-transfer OT

    Receiver's key derivation from his private key and sender's public key In parallel for all OT messages

  7. deriveSenderKeys :: Curve -> Integer -> Integer -> Point -> Point -> [Integer]

    oblivious-transfer OT

    Sender's key derivation from his private key and receiver's response In parallel for all OT messages

  8. derivedParam :: forall r a (l :: [Type]) . (Eq r, Show a) => (a -> r) -> String -> [a] -> Params l -> Params (r ': l)

    paramtree ParamTree

    A derived parameter set. Useful when the input expected by your function can't be conveniently rendered as a string label. For example:

    derivedParam (enumFromTo 0) "My Parameter" [1,2,5]
    
    The above passed enumFromTo 0 1, enumFromTo 0 2, etc. to your function, while labelling them as "1 My Parameter" and "2 My Parameter" respectively.

  9. deriveShowFields :: [UnboundEntityDef] -> Q [Dec]

    persistent-documentation Database.Persist.Documentation

    Given a list of entity definitions, derives Show for all their fields. This is necessary for using this library for internal reasons, unfortunately.

  10. deriveBoth :: Options -> Name -> Q [Dec]

    servant-elm Servant.Elm

    Equivalent to running both deriveJSON and deriveElmDef with the same options, so as to ensure the code on the Haskell and Elm size is synchronized.

Page 50 of many | Previous | Next