Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Server.Core
Documentation
data EnvironmentType Source #
Constructors
EnvironmentTypeDev | |
EnvironmentTypeProd |
Instances
Show EnvironmentType Source # | |
Defined in Server.Core Methods showsPrec :: Int -> EnvironmentType -> ShowS # show :: EnvironmentType -> String # showList :: [EnvironmentType] -> ShowS # | |
Eq EnvironmentType Source # | |
Defined in Server.Core Methods (==) :: EnvironmentType -> EnvironmentType -> Bool # (/=) :: EnvironmentType -> EnvironmentType -> Bool # |
data IdentityProvider Source #
Constructors
IdentityProvider | |
data ServerConfiguration Source #
Constructors
ServerConfiguration | |
data ServerResources Source #
Constructors
ServerResources | |
Fields
|
data UserIdentifier Source #
Constructors
UserIdentifier | |
Fields |
data UserIdentity Source #
Constructors
UserIdentity | |
Fields |
data DeckPreferences Source #
Constructors
DeckPreferences | |
Fields |
Instances
data CardStatus Source #
Constructors
CardCurrentlyLearning | |
CardAlreadyMastered | |
CardNotStarted |
Instances
FromJSON CardStatus Source # | |
Defined in Server.Core | |
ToJSON CardStatus Source # | |
Defined in Server.Core Methods toJSON :: CardStatus -> Value toEncoding :: CardStatus -> Encoding toJSONList :: [CardStatus] -> Value toEncodingList :: [CardStatus] -> Encoding | |
Generic CardStatus Source # | |
Defined in Server.Core Associated Types type Rep CardStatus :: Type -> Type # | |
Show CardStatus Source # | |
Defined in Server.Core Methods showsPrec :: Int -> CardStatus -> ShowS # show :: CardStatus -> String # showList :: [CardStatus] -> ShowS # | |
Eq CardStatus Source # | |
Defined in Server.Core | |
type Rep CardStatus Source # | |
Defined in Server.Core type Rep CardStatus = D1 ('MetaData "CardStatus" "Server.Core" "lojbanios-0.1.0.0-CS8hSri5KztGGh0Q3HZpbG" 'False) (C1 ('MetaCons "CardCurrentlyLearning" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "CardAlreadyMastered" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "CardNotStarted" 'PrefixI 'False) (U1 :: Type -> Type))) |
data CardPreferences Source #
Constructors
CardPreferences | |
Fields |
Instances
data DeckProficiency Source #
Constructors
DeckProficiency | |
Fields |
Instances
data CardProficiency Source #
Constructors
CardProficiency | |
Fields
|
Instances
data CardWithUserFeatures Source #
Constructors
CardWithUserFeatures | |
Fields |