| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Kurita.Prompt.Internal
Documentation
data PromptSlot Source #
Constructors
| PromptWinner | |
| PromptLoser | |
| PromptFirst | |
| PromptSecond | |
| PromptRandomLost | |
| PromptRandomWon | |
| PromptVar Text |
Instances
| Eq PromptSlot Source # | |
Defined in Kurita.Prompt.Internal | |
| Ord PromptSlot Source # | |
Defined in Kurita.Prompt.Internal Methods compare :: PromptSlot -> PromptSlot -> Ordering # (<) :: PromptSlot -> PromptSlot -> Bool # (<=) :: PromptSlot -> PromptSlot -> Bool # (>) :: PromptSlot -> PromptSlot -> Bool # (>=) :: PromptSlot -> PromptSlot -> Bool # max :: PromptSlot -> PromptSlot -> PromptSlot # min :: PromptSlot -> PromptSlot -> PromptSlot # | |
| Show PromptSlot Source # | |
Defined in Kurita.Prompt.Internal Methods showsPrec :: Int -> PromptSlot -> ShowS # show :: PromptSlot -> String # showList :: [PromptSlot] -> ShowS # | |
data PromptEntry Source #
Constructors
| PromptText Text | |
| PromptEntrySlot PromptSlot |
Instances
| Eq PromptEntry Source # | |
Defined in Kurita.Prompt.Internal | |
| Ord PromptEntry Source # | |
Defined in Kurita.Prompt.Internal Methods compare :: PromptEntry -> PromptEntry -> Ordering # (<) :: PromptEntry -> PromptEntry -> Bool # (<=) :: PromptEntry -> PromptEntry -> Bool # (>) :: PromptEntry -> PromptEntry -> Bool # (>=) :: PromptEntry -> PromptEntry -> Bool # max :: PromptEntry -> PromptEntry -> PromptEntry # min :: PromptEntry -> PromptEntry -> PromptEntry # | |
| Show PromptEntry Source # | |
Defined in Kurita.Prompt.Internal Methods showsPrec :: Int -> PromptEntry -> ShowS # show :: PromptEntry -> String # showList :: [PromptEntry] -> ShowS # | |