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. (.|.) :: Bits a => a -> a -> a

    base-prelude BasePrelude.Operators

    Bitwise "or"

  2. (.->.) :: NodeId -> NodeId -> Dot ()

    dotgen Text.Dot

    .->. generates an edge between two NodeIds.

  3. (.:) :: FromGraphSON a => KeyMap GValue -> Key -> Parser a

    greskell-core Data.Greskell.GraphSON

    Like Aeson's .:, but for FromGraphSON.

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

    hpack Hpack.Yaml

    No documentation available.

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

    hpack Hpack.Yaml

    No documentation available.

  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