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. pattern (:<) :: Cons b b a a => a -> b -> b

    diagrams-lib Diagrams.Prelude

    No documentation available.

  2. pattern (:>) :: Snoc a a b b => a -> b -> a

    diagrams-lib Diagrams.Prelude

    No documentation available.

  3. data (a :: k) :~: (b :: k)

    diagrams-lib Diagrams.Prelude

    Propositional equality. If a :~: b is inhabited by some terminating value, then the type a is the same as the type b. To use this equality in practice, pattern-match on the a :~: b to get out the Refl constructor; in the body of the pattern-match, the compiler knows that a ~ b.

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

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  5. data sh0 ::+ sh1

    comfort-array Data.Array.Comfort.Shape

    Row-major composition of two dimensions.

    >>> Shape.indices (Shape.ZeroBased (3::Int) ::+ Shape.Range 'a' 'c')
    [Left 0,Left 1,Left 2,Right 'a',Right 'b',Right 'c']
    

  6. (::+) :: sh0 -> sh1 -> (::+) sh0 sh1

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  7. (:<) :: a -> s a -> ViewL (s :: Type -> Type) a

    fingertree Data.FingerTree

    leftmost element and the rest of the sequence

  8. (:>) :: s a -> a -> ViewR (s :: Type -> Type) a

    fingertree Data.FingerTree

    the sequence minus the rightmost element, and the rightmost element

  9. (:->) :: a -> b -> IfThen a b

    hxt Control.Arrow.ArrowIf

    No documentation available.

  10. data (a :: k) :~: (b :: k)

    singletons Data.Singletons.Decide

    Propositional equality. If a :~: b is inhabited by some terminating value, then the type a is the same as the type b. To use this equality in practice, pattern-match on the a :~: b to get out the Refl constructor; in the body of the pattern-match, the compiler knows that a ~ b.

Page 12 of many | Previous | Next