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. (:\/:) :: Free a -> Free a -> Free a

    lattices Algebra.Heyting.Free

    No documentation available.

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

    lattices Algebra.Heyting.Free.Expr

    No documentation available.

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

    lattices Algebra.Heyting.Free.Expr

    No documentation available.

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

    lattices Algebra.Heyting.Free.Expr

    No documentation available.

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

    lattices Algebra.Lattice.Free

    No documentation available.

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

    lattices Algebra.Lattice.Free

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

  9. 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'
    

  10. 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'
    

Page 36 of many | Previous | Next