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.
(
:=>: ) :: Expr a -> Expr a -> Expr alattices Algebra.Heyting.Free.Expr No documentation available.
(
:\/: ) :: Expr a -> Expr a -> Expr alattices Algebra.Heyting.Free.Expr No documentation available.
(
:/\: ) :: Free a -> Free a -> Free alattices Algebra.Lattice.Free No documentation available.
(
:\/: ) :: Free a -> Free a -> Free alattices Algebra.Lattice.Free No documentation available.
(
:# ) :: Text -> [SeriesElem] -> Messagemonad-logger-aeson Control.Monad.Logger.Aeson No documentation available.
(
:# ) :: Text -> [SeriesElem] -> Messagemonad-logger-aeson Control.Monad.Logger.Aeson.Internal No documentation available.
pattern (
:< ) :: Cons s s a a => a -> s -> soptics-extra Optics.Cons Pattern synonym for matching on the leftmost element of a structure.
>>> case ['a','b','c'] of (x :< _) -> x 'a'
pattern (
:> ) :: Snoc s s a a => s -> a -> soptics-extra Optics.Cons Pattern synonym for matching on the rightmost element of a structure.
>>> case ['a','b','c'] of (_ :> x) -> x 'c'
-
repa Data.Array.Repa.Index Our index type, used for both shapes and indices.
(
:. ) :: tail -> head -> (:.) tail headrepa Data.Array.Repa.Index No documentation available.