Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Utils.Ppr Above, with no overlapping. $+$ is associative, with identity empty.
-
ghc GHC.Utils.Ppr Beside, separated by space, unless one of the arguments is empty. <+> is associative, with identity empty.
type family (l1 :: [Type])
.++ (l2 :: [Type]) :: [Type]servant-server Servant.Server Append two type-level lists. Import it as
import Servant.API.TypeLevel.List (type (.++))
(
.++ ) :: forall (l1 :: [Type]) (l2 :: [Type]) . Context l1 -> Context l2 -> Context (l1 .++ l2)servant-server Servant.Server Append two contexts.
(
.++ ) :: forall (l1 :: [Type]) (l2 :: [Type]) . Context l1 -> Context l2 -> Context (l1 .++ l2)servant-server Servant.Server.Internal.Context Append two contexts.
-
pipes Pipes.Core Equivalent to (>+>) with the arguments flipped
-
pipes Pipes.Core Equivalent to (+>>) with the arguments flipped
-
pipes Pipes.Core Compose two proxies blocked in the middle of responding, creating a new proxy blocked in the middle of responding
(f >+> g) x = f +>> g x
(>+>) is the composition operator of the pull category. (
:=+ ) :: (c -> f) -> [Annotate ann] -> Annotate anncmdargs System.Console.CmdArgs.Annotate Add annotations to a field.
(
.+^ ) :: (Affine p, Num a) => p a -> Diff p a -> p alinear Linear.Affine Add a vector offset to a point.