Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. data (a6989586621679356734 :: m a) >>@#@$$ (b1 :: TyFun m b m b)

    singletons-base Prelude.Singletons

    No documentation available.

  2. type family (a6989586621679356734 :: m a) >>@#@$$$ (a6989586621679356735 :: m b) :: m b

    singletons-base Prelude.Singletons

    No documentation available.

  3. data (a6989586621679244448 :: a) >@#@$$ (b :: TyFun a Bool)

    singletons-base Prelude.Singletons

    No documentation available.

  4. type family (a6989586621679244448 :: a) >@#@$$$ (a6989586621679244449 :: a) :: Bool

    singletons-base Prelude.Singletons

    No documentation available.

  5. data (a6989586621679139511 :: Bool) ||@#@$$ (b :: TyFun Bool Bool)

    singletons-base Prelude.Singletons

    No documentation available.

  6. type family (a6989586621679139511 :: Bool) ||@#@$$$ (a6989586621679139512 :: Bool) :: Bool

    singletons-base Prelude.Singletons

    No documentation available.

  7. (|>$) :: (Integral a, FiniteBits a) => Buffer % 1 -> a -> Buffer

    text-builder-linear Data.Text.Builder.Linear.Buffer

    Append the decimal representation of a bounded integral number.

  8. (|>$$) :: Integral a => Buffer % 1 -> a -> Buffer

    text-builder-linear Data.Text.Builder.Linear.Buffer

    Append the decimal representation of an unbounded integral number.

  9. (<$) :: Functor f => a -> f b -> f a

    base-compat-batteries Control.Monad.Compat

    Replace all locations in the input with the same value. The default definition is fmap . const, but this may be overridden with a more efficient version.

    Examples

    Perform a computation with Maybe and replace the result with a constant value if it is Just:
    >>> 'a' <$ Just 2
    Just 'a'
    
    >>> 'a' <$ Nothing
    Nothing
    

  10. (<$!>) :: Monad m => (a -> b) -> m a -> m b

    base-compat-batteries Control.Monad.Compat

    Strict version of <$>.

Page 56 of many | Previous | Next