• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PresenceError :: !Maybe Text -> !Maybe Jid -> !Maybe Jid -> !Maybe LangTag -> StanzaError -> [Element] -> [ExtendedAttribute] -> PresenceError

    pontarius-xmpp Network.Xmpp.Internal

    No documentation available.

  2. PresenceErrorS :: PresenceError -> Stanza

    pontarius-xmpp Network.Xmpp.Internal

    No documentation available.

  3. PresenceS :: Presence -> Stanza

    pontarius-xmpp Network.Xmpp.Internal

    No documentation available.

  4. data PresenceType

    pontarius-xmpp Network.Xmpp.Internal

    PresenceType holds Xmpp presence types. The "error" message type is left out as errors are using PresenceError.

  5. Probe :: PresenceType

    pontarius-xmpp Network.Xmpp.Internal

    Sender requests current presence; should only be used by servers

  6. type Prism a b = forall (p :: Type -> Type -> Type) (f :: Type -> Type) . (Choice p, Applicative f) => p b f b -> p a f a

    pontarius-xmpp Network.Xmpp.Lens

    No documentation available.

  7. ParamCExpr :: Int -> Maybe Indirection -> CExpr

    postgresql-syntax PostgresqlSyntax.Ast

    No documentation available.

  8. type PartitionClause = ExprList

    postgresql-syntax PostgresqlSyntax.Ast

    No documentation available.

  9. PercentMathOp :: MathOp

    postgresql-syntax PostgresqlSyntax.Ast

    No documentation available.

  10. PlusAExpr :: AExpr -> AExpr

    postgresql-syntax PostgresqlSyntax.Ast

    No documentation available.

Page 976 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete