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.
-
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.
PersonStatusActive :: PersonStatuswebex-teams-api Network.WebexTeams.Types The Person is currently active. Decoded from "active".
PersonStatusDoNotDisturb :: PersonStatuswebex-teams-api Network.WebexTeams.Types The Person is explicitly indicated do-not-disturb. Decoded from "DoNotDisturb".
PersonStatusInactive :: PersonStatuswebex-teams-api Network.WebexTeams.Types The Person is currently not active. Decoded from "inactive".
PersonStatusOutOfOffice :: PersonStatuswebex-teams-api Network.WebexTeams.Types Email system of the Person currently sets vacation. Decoded from "OutOfOffice".
PersonStatusUnknown :: PersonStatuswebex-teams-api Network.WebexTeams.Types The status of the Person is unknown. Decoded from "unknown".
-
webex-teams-api Network.WebexTeams.Types PersonType indicates whether the Person is real human or bot.
-
webex-teams-api Network.WebexTeams.Types The Person is a bot. Decoded from "bot".
PersonTypePerson :: PersonTypewebex-teams-api Network.WebexTeams.Types The Person is a real human. Decoded from "person".
-
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.