Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

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

    hpack Hpack.Yaml

    No documentation available.

  2. (.:?) :: FromValue a => Object -> Key -> Parser (Maybe a)

    hpack Hpack.Yaml

    No documentation available.

  3. (.~) :: ASetter s t a b -> b -> s -> t

    lens-family-core Lens.Family

    Set all referenced fields to the given value.

  4. (.=) :: forall (m :: Type -> Type) s a b . Monad m => ASetter s s a b -> b -> StateT s m ()

    lens-family-core Lens.Family.State.Lazy

    Set a field of the state.

  5. (.=) :: forall (m :: Type -> Type) s a b . Monad m => ASetter s s a b -> b -> StateT s m ()

    lens-family-core Lens.Family.State.Strict

    Set a field of the state.

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

    monad-logger-aeson Control.Monad.Logger.Aeson

    No documentation available.

  7. (.:) :: (c -> d) -> (a -> b -> c) -> a -> b -> d

    one-liner Generics.OneLiner.Internal

    No documentation available.

  8. (.=) :: forall k s m (is :: IxList) a b . (Is k A_Setter, MonadState s m) => Optic k is s s a b -> b -> m ()

    optics-extra Optics.State.Operators

    Replace the target(s) of an Optic in our monadic state with a new value, irrespective of the old. This is an infix version of assign.

  9. (.*.) :: (OperatorContext c, Num a) => Record c a -> Record c a -> Record c a

    relational-query Database.Relational.Arrow

    Number operator corresponding SQL * .

  10. (.+.) :: (OperatorContext c, Num a) => Record c a -> Record c a -> Record c a

    relational-query Database.Relational.Arrow

    Number operator corresponding SQL + .

Page 30 of many | Previous | Next