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.

  1. (<>!=) :: 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.

  2. (<>=) :: 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.

  3. (<>~) :: Monoid a => ASetter s t a a -> a -> s -> t

    world-peace Data.WorldPeace.Internal.Prism

    No documentation available.

  4. (<>~) :: Monoid a => ASetter s t a a -> a -> s -> t

    servant-checked-exceptions-core Servant.Checked.Exceptions.Internal.Prism

    No documentation available.

  5. (<>|) :: 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

  6. (<>|) :: 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

  7. (<>$) :: LAct x s => s -> x -> x

    lr-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 <>$

  8. type family (expected :: k) <>@ (msg :: Symbol) :: (Symbol, k)

    tao Tao

    Pairs an assertion message with an expected type. Flipped version of @<>.

  9. (:<>:) :: ErrorMessage -> ErrorMessage -> ErrorMessage

    base GHC.TypeError

    Put two pieces of error message next to each other.

  10. (:<>:) :: ErrorMessage -> ErrorMessage -> ErrorMessage

    base GHC.TypeLits

    Put two pieces of error message next to each other.

Page 14 of many | Previous | Next