Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (.||.) :: JStgExpr -> JStgExpr -> JStgExpr

    ghc GHC.JS.Make

    JS infix bit operators

  2. (.&.) :: Bits a => a -> a -> a

    ghc GHC.Prelude.Basic

    No documentation available.

  3. (.|.) :: Bits a => a -> a -> a

    ghc GHC.Prelude.Basic

    No documentation available.

  4. type family (l1 :: [Type]) .++ (l2 :: [Type]) :: [Type]

    servant-server Servant.Server

    Append two type-level lists. Import it as

    import Servant.API.TypeLevel.List (type (.++))
    

  5. (.++) :: forall (l1 :: [Type]) (l2 :: [Type]) . Context l1 -> Context l2 -> Context (l1 .++ l2)

    servant-server Servant.Server

    Append two contexts.

  6. (.++) :: forall (l1 :: [Type]) (l2 :: [Type]) . Context l1 -> Context l2 -> Context (l1 .++ l2)

    servant-server Servant.Server.Internal.Context

    Append two contexts.

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

    yesod-core Yesod.Core.Json

    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.

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

    yesod-core Yesod.Core.Json

    No documentation available.

  9. (.#) :: Coercible a b => (b -> c) -> (a -> b) -> a -> c

    optics-core Optics.Internal.Utils

    Composition operator where the second argument must be an identity function up to representational equivalence (e.g. a newtype wrapper or unwrapper), and will be ignored at runtime.

  10. (.~) :: forall k (is :: IxList) s t a b . Is k A_Setter => Optic k is s t a b -> b -> s -> t

    optics-core Optics.Operators

    Infix version of set.

Page 15 of many | Previous | Next