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.
(
.||. ) :: JStgExpr -> JStgExpr -> JStgExprghc GHC.JS.Make JS infix bit operators
(
.&. ) :: Bits a => a -> a -> aghc GHC.Prelude.Basic No documentation available.
(
.|. ) :: Bits a => a -> a -> aghc GHC.Prelude.Basic No documentation available.
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 (.++))
(
.++ ) :: forall (l1 :: [Type]) (l2 :: [Type]) . Context l1 -> Context l2 -> Context (l1 .++ l2)servant-server Servant.Server Append two contexts.
(
.++ ) :: forall (l1 :: [Type]) (l2 :: [Type]) . Context l1 -> Context l2 -> Context (l1 .++ l2)servant-server Servant.Server.Internal.Context Append two contexts.
(
.: ) :: FromJSON a => Object -> Key -> Parser ayesod-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.
(
.= ) :: (KeyValue e kv, ToJSON v) => Key -> v -> kvyesod-core Yesod.Core.Json No documentation available.
(
.# ) :: Coercible a b => (b -> c) -> (a -> b) -> a -> coptics-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.
(
.~ ) :: forall k (is :: IxList) s t a b . Is k A_Setter => Optic k is s t a b -> b -> s -> toptics-core Optics.Operators Infix version of set.