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.

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

  2. 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.

  3. 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.

  4. 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.

  5. deriveElmDef :: Options -> Name -> Q [Dec]

    servant-elm Servant.Elm

    Just derive the elm-bridge definitions for generating the serialization/deserialization code. It must be kept synchronized with the Haskell code manually.

  6. deriveEnumerable :: Name -> Q [Dec]

    size-based Control.Enumerable

    No documentation available.

  7. deriveEnumerable' :: ConstructorDeriv -> Q [Dec]

    size-based Control.Enumerable

    Derive an instance of Enumberable with Template Haskell, with rules for some specific constructors

  8. deriveByParam :: Int -> Fix SRTree -> Fix SRTree

    srtree Data.SRTree.Derivative

    Symbolic derivative by a parameter

  9. deriveByVar :: Int -> Fix SRTree -> Fix SRTree

    srtree Data.SRTree.Derivative

    Symbolic derivative by a variable

  10. deriveSymmetryOperation :: (Monad m, Integral a) => (SymbolSenseVectorOrientation -> m String) -> SymbolSenseVectorOrientation -> m (Matrix (Ratio a))

    symmetry-operations-symbols Data.Matrix.SymmetryOperationsSymbols.Calc

    No documentation available.

Page 50 of many | Previous | Next