Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. (:=>:) :: Expr a -> Expr a -> Expr a

    lattices Algebra.Heyting.Free.Expr

    No documentation available.

  2. (:\/:) :: Expr a -> Expr a -> Expr a

    lattices Algebra.Heyting.Free.Expr

    No documentation available.

  3. (:/\:) :: Free a -> Free a -> Free a

    lattices Algebra.Lattice.Free

    No documentation available.

  4. (:\/:) :: Free a -> Free a -> Free a

    lattices Algebra.Lattice.Free

    No documentation available.

  5. (:#) :: Text -> [SeriesElem] -> Message

    monad-logger-aeson Control.Monad.Logger.Aeson

    No documentation available.

  6. (:#) :: Text -> [SeriesElem] -> Message

    monad-logger-aeson Control.Monad.Logger.Aeson.Internal

    No documentation available.

  7. pattern (:<) :: Cons s s a a => a -> s -> s

    optics-extra Optics.Cons

    Pattern synonym for matching on the leftmost element of a structure.

    >>> case ['a','b','c'] of (x :< _) -> x
    'a'
    

  8. pattern (:>) :: Snoc s s a a => s -> a -> s

    optics-extra Optics.Cons

    Pattern synonym for matching on the rightmost element of a structure.

    >>> case ['a','b','c'] of (_ :> x) -> x
    'c'
    

  9. data tail :. head

    repa Data.Array.Repa.Index

    Our index type, used for both shapes and indices.

  10. (:.) :: tail -> head -> (:.) tail head

    repa Data.Array.Repa.Index

    No documentation available.

Page 36 of many | Previous | Next