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.

  1. (.:) :: FromJSON a => Object -> Key -> Parser a

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

  2. (.=) :: (KeyValue e kv, ToJSON v) => Key -> v -> kv

    hledger-web Hledger.Web.Import

    No documentation available.

  3. (.=) :: (HasHppState m, Monad m) => Lens HppState a -> a -> m ()

    hpp Hpp.Types

    No documentation available.

  4. (.&.) :: BitWise a => a -> a -> a

    hw-bits HaskellWorks.Data.Bits.BitWise

    Bit-wise AND

  5. (.<.) :: Shift a => a -> Count -> a

    hw-bits HaskellWorks.Data.Bits.BitWise

    Shift left by the specified count

  6. (.>.) :: Shift a => a -> Count -> a

    hw-bits HaskellWorks.Data.Bits.BitWise

    Shift right by the specified count

  7. (.?.) :: TestBit a => a -> Position -> Bool

    hw-bits HaskellWorks.Data.Bits.BitWise

    Test whether the bit ad the given offset is set

  8. (.^.) :: BitWise a => a -> a -> a

    hw-bits HaskellWorks.Data.Bits.BitWise

    Bit-wise XOR

  9. (.|.) :: BitWise a => a -> a -> a

    hw-bits HaskellWorks.Data.Bits.BitWise

    Bit-wise OR

  10. (...) :: Ord a => a -> a -> Interval a

    intervals Numeric.Interval

    No documentation available.

Page 68 of many | Previous | Next