Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. (.=?) :: Eq t => Lens s s (Maybe t) (Maybe t) -> FieldDescription t -> SectionSpec s ()

    config-ini Data.Ini.Config.Bidir

    Associate a field description with a field of type "Maybe a". When parsing, this field will be initialized to Nothing if it is not found, and to a Just value if it is. When serializing an INI file, this will try to serialize a value

  2. (./) :: forall x (xs :: [Type]) . x -> Many xs -> Many (x ': xs)

    data-diverse Data.Diverse.Many

    Infix version of consMany. Mnemonic: Element on the left is smaller ./ than the larger Many to the right.

  3. (./) :: forall x (xs :: [Type]) . x -> Many xs -> Many (x ': xs)

    data-diverse Data.Diverse.Many.Internal

    Infix version of consMany. Mnemonic: Element on the left is smaller ./ than the larger Many to the right.

  4. (.!=) :: Parser (Maybe a) -> a -> Parser a

    envy System.Envy

    For use with envMaybe for providing default arguments.

  5. (.=) :: Var a => String -> a -> EnvVar

    envy System.Envy

    Infix environment variable setter Smart constructor for producing types of EnvVar

  6. (.*) :: a -> ix -> Term a ix

    linear-programming Numeric.LinearProgramming.Common

    No documentation available.

  7. (.&&.) :: (a -> Bool) -> (a -> Bool) -> a -> Bool

    liquidhaskell-boot Language.Haskell.Liquid.Misc

    No documentation available.

  8. (.||.) :: (a -> Bool) -> (a -> Bool) -> a -> Bool

    liquidhaskell-boot Language.Haskell.Liquid.Misc

    No documentation available.

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

    log-base Log

    No documentation available.

  10. (.!=) :: Parser (Maybe a) -> a -> Parser a

    microaeson Data.Aeson.Micro

    No documentation available.

Page 38 of many | Previous | Next