| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.PollType
Synopsis
- data PollType
- = PollTypeRegular { }
- | PollTypeQuiz { }
Documentation
Describes the type of poll
Constructors
| PollTypeRegular | A regular poll |
Fields
| |
| PollTypeQuiz | A poll in quiz mode, which has exactly one correct answer option and can be answered only once |
Fields
| |