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.
(
.= ) :: ToJSON v => Text -> v -> Pairmicroaeson Data.Aeson.Micro A key-value pair for encoding a JSON object.
(
.~ ) :: ASetter s t a b -> b -> s -> treflex-dom-core Reflex.Dom.Widget.Input Replace the target of a Lens or all of the targets of a Setter or Traversal with a constant value. This is an infix version of set, provided for consistency with (.=).
f <$ a ≡ mapped .~ f $ a
>>> (a,b,c,d) & _4 .~ e (a,b,c,e)
>>> (42,"world") & _1 .~ "hello" ("hello","world")
>>> (a,b) & both .~ c (c,c)
(.~) :: Setter s t a b -> b -> s -> t (.~) :: Iso s t a b -> b -> s -> t (.~) :: Lens s t a b -> b -> s -> t (.~) :: Traversal s t a b -> b -> s -> t
-
rerefined Rerefined.Predicates.Operators No documentation available.
-
rerefined Rerefined.Predicates.Operators No documentation available.
-
rerefined Rerefined.Predicates.Operators No documentation available.
-
rerefined Rerefined.Predicates.Operators No documentation available.
-
rerefined Rerefined.Predicates.Operators No documentation available.
-
rerefined Rerefined.Predicates.Operators No documentation available.
(
.+ ) :: RuntimeTerm -> RuntimeTerm -> RuntimeTermrest-rewrite DSL No documentation available.
type family (r :: Row k)
.! (t :: Symbol) :: krow-types Data.Row Type level label fetching