Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
<>!= ) :: forall (m :: Type -> Type) a s . (Monad m, Monoid a) => ASetter' s a -> a -> StateT s m ()lens-family-core Lens.Family.State.Strict No documentation available.
(
<>= ) :: forall (m :: Type -> Type) a s . (Monad m, Monoid a) => ASetter' s a -> a -> StateT s m ()lens-family-core Lens.Family.State.Strict Monoidally append a value to all referenced fields of the state.
(
<>~ ) :: Monoid a => ASetter s t a a -> a -> s -> tworld-peace Data.WorldPeace.Internal.Prism No documentation available.
(
<>~ ) :: Monoid a => ASetter s t a a -> a -> s -> tservant-checked-exceptions-core Servant.Checked.Exceptions.Internal.Prism No documentation available.
(
<>| ) :: forall (n :: Nat) (m :: Nat) . NonEmptyText n -> NonEmptyText m -> NonEmptyText (n + m)string-variants Data.StringVariants Concat two NonEmptyText values, with the new maximum length being the sum of the two maximum lengths of the inputs. Mnemonic: <> for monoid, | from NonEmpty's :| operator
(
<>| ) :: forall (n :: Nat) (m :: Nat) . NonEmptyText n -> NonEmptyText m -> NonEmptyText (n + m)string-variants Data.StringVariants.NonEmptyText Concat two NonEmptyText values, with the new maximum length being the sum of the two maximum lengths of the inputs. Mnemonic: <> for monoid, | from NonEmpty's :| operator
(
<>$ ) :: LAct x s => s -> x -> xlr-acts Data.Act.Act Infix synonym or lact The acting part is on the right of the operator (symbolized by <>) and the actee on the right (symbolized by $), hence the notation <>$
type family (expected :: k)
<>@ (msg :: Symbol) :: (Symbol, k)tao Tao Pairs an assertion message with an expected type. Flipped version of @<>.
(
:<>: ) :: ErrorMessage -> ErrorMessage -> ErrorMessagebase GHC.TypeError Put two pieces of error message next to each other.
(
:<>: ) :: ErrorMessage -> ErrorMessage -> ErrorMessagebase GHC.TypeLits Put two pieces of error message next to each other.