Hoogle Search

Within LTS Haskell 24.22 (ghc-9.10.3)

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

  1. type family (a6989586621679334770 :: a) &@#@$$$ (a6989586621679334771 :: a ~> b) :: b

    singletons-base Data.Function.Singletons

    No documentation available.

  2. type family (a :: Bool) && (b :: Bool) :: Bool

    singletons-base Data.Singletons.Base.TH

    Type-level "and"

  3. data (a6989586621679139151 :: Bool) &&@#@$$ (b :: TyFun Bool Bool)

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  4. type family (a6989586621679139151 :: Bool) &&@#@$$$ (a6989586621679139152 :: Bool) :: Bool

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  5. type family (a :: Bool) && (b :: Bool) :: Bool

    singletons-base Prelude.Singletons

    Type-level "and"

  6. data (a6989586621679139151 :: Bool) &&@#@$$ (b :: TyFun Bool Bool)

    singletons-base Prelude.Singletons

    No documentation available.

  7. type family (a6989586621679139151 :: Bool) &&@#@$$$ (a6989586621679139152 :: Bool) :: Bool

    singletons-base Prelude.Singletons

    No documentation available.

  8. (&<|) :: (Integral a, FiniteBits a) => a -> Buffer % 1 -> Buffer

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

    Prepend the lower-case hexadecimal representation of a bounded integral number. Negative numbers are interpreted as their corresponding unsigned number:

    >>> :set -XOverloadedStrings -XLinearTypes
    
    >>> import Data.Int (Int8, Int16)
    
    >>> runBuffer (\b -> (-1 :: Int8) &<| b) == "ff"
    True
    
    >>> runBuffer (\b -> (-1 :: Int16) &<| b) == "ffff"
    True
    

  9. type family (b :: Maybe Nat) &&? (c :: Maybe Nat) :: Maybe Nat

    generic-random Generic.Random.Internal.BaseCase

    No documentation available.

  10. (&&) :: Bool -> Bool -> Bool

    basement Basement.Compat.Base

    Boolean "and", lazy in the second argument

Page 11 of many | Previous | Next