Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
.: ) :: FromJSON a => Object -> Key -> Parser ahledger-web Hledger.Web.Import Retrieve the value associated with the given key of an Object. The result is empty if the key is not present or the value cannot be converted to the desired type. This accessor is appropriate if the key and value must be present in an object for it to be valid. If the key and value are optional, use .:? instead.
(
.= ) :: (KeyValue e kv, ToJSON v) => Key -> v -> kvhledger-web Hledger.Web.Import No documentation available.
(
.= ) :: (HasHppState m, Monad m) => Lens HppState a -> a -> m ()hpp Hpp.Types No documentation available.
(
.&. ) :: BitWise a => a -> a -> ahw-bits HaskellWorks.Data.Bits.BitWise Bit-wise AND
(
.<. ) :: Shift a => a -> Count -> ahw-bits HaskellWorks.Data.Bits.BitWise Shift left by the specified count
(
.>. ) :: Shift a => a -> Count -> ahw-bits HaskellWorks.Data.Bits.BitWise Shift right by the specified count
(
.?. ) :: TestBit a => a -> Position -> Boolhw-bits HaskellWorks.Data.Bits.BitWise Test whether the bit ad the given offset is set
(
.^. ) :: BitWise a => a -> a -> ahw-bits HaskellWorks.Data.Bits.BitWise Bit-wise XOR
(
.|. ) :: BitWise a => a -> a -> ahw-bits HaskellWorks.Data.Bits.BitWise Bit-wise OR
(
... ) :: Ord a => a -> a -> Interval aintervals Numeric.Interval No documentation available.