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.
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 ...
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 ...
deriveMPPEKeys :: ByteString -> ByteString -> Except CryptoError (ByteString, ByteString)eap Network.EAP.MSCHAPv2 Derive Microsoft Point-to-Point Encryption (MPPE) keys see [RFC3079]
deriveViaOnLoc :: DynFlags -> SrcSpanghc-lib GHC No documentation available.
-
jsaddle-dom JSDOM.Generated.SubtleCrypto -
jsaddle-dom JSDOM.Generated.SubtleCrypto -
jsaddle-dom JSDOM.Generated.SubtleCrypto -
jsaddle-dom JSDOM.Generated.SubtleCrypto derivedDelete :: TableDerivable r => (Record Flat r -> Restrict (PlaceHolders p)) -> Delete prelational-record Database.Relational.Documentation Make typed Delete from defaultConfig, derived table and Restrict computation.
derivedInsert :: (PersistableWidth r, TableDerivable r) => Pi r r' -> Insert r'relational-record Database.Relational.Documentation Table type inferred Insert.