battleplace-0.1.0.1: Core definitions for BattlePlace.io service

LicenseMIT
Safe HaskellNone
LanguageHaskell2010

BattlePlace.Skill.Glicko.Types

Description

 

Synopsis

Documentation

data Skill Source #

Instances

Generic Skill Source # 

Associated Types

type Rep Skill :: * -> * #

Methods

from :: Skill -> Rep Skill x #

to :: Rep Skill x -> Skill #

ToJSON Skill Source # 
FromJSON Skill Source # 
Default Skill Source # 

Methods

def :: Skill #

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

ratingFromSkill :: Skill -> Rating Source #

Conservative rating for skill.