battleplace-0.1.0.10: Core definitions for BattlePlace.io service

LicenseMIT
Safe HaskellNone
LanguageHaskell2010

BattlePlace.Skill.Glicko.Types

Description

 
Synopsis

Documentation

data Skill Source #

Instances
Generic Skill Source # 
Instance details

Defined in BattlePlace.Skill.Glicko.Types

Associated Types

type Rep Skill :: Type -> Type #

Methods

from :: Skill -> Rep Skill x #

to :: Rep Skill x -> Skill #

ToJSON Skill Source # 
Instance details

Defined in BattlePlace.Skill.Glicko.Types

FromJSON Skill Source # 
Instance details

Defined in BattlePlace.Skill.Glicko.Types

Default Skill Source # 
Instance details

Defined in BattlePlace.Skill.Glicko.Types

Methods

def :: Skill #

type Rep Skill Source # 
Instance details

Defined in BattlePlace.Skill.Glicko.Types

type Rep Skill = D1 (MetaData "Skill" "BattlePlace.Skill.Glicko.Types" "battleplace-0.1.0.10-6kk5BOlJ1JJJuft5GhvMvB" False) (C1 (MetaCons "Skill" PrefixI True) (S1 (MetaSel (Just "skill_rating") SourceUnpack SourceStrict DecidedStrict) (Rec0 Double) :*: (S1 (MetaSel (Just "skill_deviation") SourceUnpack SourceStrict DecidedStrict) (Rec0 Double) :*: S1 (MetaSel (Just "skill_volatility") SourceUnpack SourceStrict DecidedStrict) (Rec0 Double))))

ratingFromSkill :: Skill -> Rating Source #

Conservative rating for skill.