Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. (:|) :: forall a (m :: Type -> Type) x b . (a -> m x) -> FTCQueue m x b -> ViewL m a b

    heftia Data.FTCQueue

    No documentation available.

  2. (:|) :: a -> [a] -> NonEmpty a

    ihaskell IHaskellPrelude

    No documentation available.

  3. pattern (:$$:) :: () => ErrorMessage -> ErrorMessage -> ErrorMessage

    incipit-base Incipit.Base

    Stack two pieces of error message on top of each other.

  4. pattern (:<>:) :: () => ErrorMessage -> ErrorMessage -> ErrorMessage

    incipit-base Incipit.Base

    Put two pieces of error message next to each other.

  5. (:|) :: a -> [a] -> NonEmpty a

    incipit-base Incipit.Base

    No documentation available.

  6. (:|) :: a -> [a] -> NonEmpty a

    keyed-vals-hspec-tests Test.KeyedVals.Hspec

    No documentation available.

  7. data ((f :: k -> Type) :*: (g :: k -> Type)) (p :: k)

    linear-generics Generics.Linear

    Products: encode multiple arguments to constructors

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

    linear-generics Generics.Linear

    No documentation available.

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

    linear-generics Generics.Linear

    Sums: encode choice between constructors

  10. newtype ((f :: k2 -> Type) :.: (g :: k1 -> k2)) (x :: k1)

    linear-generics Generics.Linear

    The composition operator for types. We use our own here because for many classes, it's possible to share generic deriving classes between GHC.Generics and Generics.Linear by just instantiating them for both composition operators (and MP1).

Page 41 of many | Previous | Next