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. data PersonStatus

    webex-teams-api Network.WebexTeams.Types

    Current status of Person. It can be updated automatically by recent activity or explicitly updated by user's operation or propagated from vacation setting on email system.

  2. PersonStatusActive :: PersonStatus

    webex-teams-api Network.WebexTeams.Types

    The Person is currently active. Decoded from "active".

  3. PersonStatusDoNotDisturb :: PersonStatus

    webex-teams-api Network.WebexTeams.Types

    The Person is explicitly indicated do-not-disturb. Decoded from "DoNotDisturb".

  4. PersonStatusInactive :: PersonStatus

    webex-teams-api Network.WebexTeams.Types

    The Person is currently not active. Decoded from "inactive".

  5. PersonStatusOutOfOffice :: PersonStatus

    webex-teams-api Network.WebexTeams.Types

    Email system of the Person currently sets vacation. Decoded from "OutOfOffice".

  6. PersonStatusUnknown :: PersonStatus

    webex-teams-api Network.WebexTeams.Types

    The status of the Person is unknown. Decoded from "unknown".

  7. data PersonType

    webex-teams-api Network.WebexTeams.Types

    PersonType indicates whether the Person is real human or bot.

  8. PersonTypeBot :: PersonType

    webex-teams-api Network.WebexTeams.Types

    The Person is a bot. Decoded from "bot".

  9. PersonTypePerson :: PersonType

    webex-teams-api Network.WebexTeams.Types

    The Person is a real human. Decoded from "person".

  10. data Property

    what4 Test.Verification

    Local definition of a Property: intended to be a proxy for a QuickCheck Property or a Hedgehog Property. The toNativeProperty implementation function converts from these proxy Properties to the native Property implementation. Tests should only use the Property type as an output; the constructors and internals should be used only by the test concretization.

Page 1087 of many | Previous | Next