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. deriveDecimalPlaces :: DecimalPlaces -> Name -> Q [Dec]

    detour-via-sci Data.Via.Scientific

    Taking a number of decimal places from the given DecimalPlaces newtype, derives an instance of DefaultDecimalPlaces.

    >>> deriveDecimalPlaces (DecimalPlaces 8) ''Lat
    ...
    

  2. deriveJsonViaSci :: Name -> Q [Dec]

    detour-via-sci Data.Via.Scientific

    Derives an instance of ToJSON wrapping the value with ViaSci before encoding. Similarly the value is decoded as ViaSci and then unwrapped in the derived instance of FromJSON.

    >>> deriveJsonViaSci ''Lat
    ...
    

  3. deriveMPPEKeys :: ByteString -> ByteString -> Except CryptoError (ByteString, ByteString)

    eap Network.EAP.MSCHAPv2

    Derive Microsoft Point-to-Point Encryption (MPPE) keys see [RFC3079]

  4. deriveViaOnLoc :: DynFlags -> SrcSpan

    ghc-lib GHC

    No documentation available.

  5. deriveBits :: (MonadDOM m, ToJSString algorithm) => SubtleCrypto -> algorithm -> CryptoKey -> Word -> m ArrayBuffer

    jsaddle-dom JSDOM.Generated.SubtleCrypto

    Mozilla WebKitSubtleCrypto.deriveBits documentation

  6. deriveBits_ :: (MonadDOM m, ToJSString algorithm) => SubtleCrypto -> algorithm -> CryptoKey -> Word -> m ()

    jsaddle-dom JSDOM.Generated.SubtleCrypto

    Mozilla WebKitSubtleCrypto.deriveBits documentation

  7. deriveKey :: (MonadDOM m, ToJSString algorithm, ToJSString derivedKeyType) => SubtleCrypto -> algorithm -> CryptoKey -> derivedKeyType -> Bool -> [CryptoKeyUsage] -> m JSVal

    jsaddle-dom JSDOM.Generated.SubtleCrypto

    Mozilla WebKitSubtleCrypto.deriveKey documentation

  8. deriveKey_ :: (MonadDOM m, ToJSString algorithm, ToJSString derivedKeyType) => SubtleCrypto -> algorithm -> CryptoKey -> derivedKeyType -> Bool -> [CryptoKeyUsage] -> m ()

    jsaddle-dom JSDOM.Generated.SubtleCrypto

    Mozilla WebKitSubtleCrypto.deriveKey documentation

  9. derivedDelete :: TableDerivable r => (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p

    relational-record Database.Relational.Documentation

    Make typed Delete from defaultConfig, derived table and Restrict computation.

  10. derivedInsert :: (PersistableWidth r, TableDerivable r) => Pi r r' -> Insert r'

    relational-record Database.Relational.Documentation

    Table type inferred Insert.

Page 52 of many | Previous | Next