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