Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. type o <+ (x :: k) = SetOptions x o

    generic-random Generic.Random

    Infix flipped synonym for Options.

  2. data a :+ b

    generic-random Generic.Random.Internal.Generic

    Heterogeneous list of generators.

  3. (:+) :: a -> b -> (:+) a b

    generic-random Generic.Random.Internal.Generic

    No documentation available.

  4. type o <+ (x :: k) = SetOptions x o

    generic-random Generic.Random.Internal.Generic

    Infix flipped synonym for Options.

  5. (<+?>) :: forall a s st (m :: Type -> Type) . Monoid a => ParsecT s st m a -> ParsecT s st m a -> ParsecT s st m a

    pandoc Text.Pandoc.Parsing

    No documentation available.

  6. (<+*+>) :: [a -> b] -> [a] -> [b]

    universe-base Data.Universe.Helpers

    A +*+ with application.

    cartesianProduct ($)
    

  7. (<+>) :: ArrowPlus a => a b c -> a b c -> a b c

    ghc-internal GHC.Internal.Control.Arrow

    An associative operation with identity zeroArrow.

  8. data ((f :: k -> Type) :+: (g :: k -> Type)) (p :: k)

    ghc-internal GHC.Internal.Generics

    Sums: encode choice between constructors

  9. (<++) :: ReadP a -> ReadP a -> ReadP a

    ghc-internal GHC.Internal.Text.ParserCombinators.ReadP

    Local, exclusive, left-biased choice: If left parser locally produces any result at all, then right parser is not used.

  10. (<++) :: ReadPrec a -> ReadPrec a -> ReadPrec a

    ghc-internal GHC.Internal.Text.ParserCombinators.ReadPrec

    Local, exclusive, left-biased choice: If left parser locally produces any result at all, then right parser is not used.

Page 47 of many | Previous | Next