battleplace-0.1.0.10: Core definitions for BattlePlace.io service

LicenseMIT
Safe HaskellNone
LanguageHaskell2010

BattlePlace.Rating

Description

 
Synopsis

Documentation

newtype Rating Source #

User rating.

Constructors

Rating Double 
Instances
Eq Rating Source # 
Instance details

Defined in BattlePlace.Rating

Methods

(==) :: Rating -> Rating -> Bool #

(/=) :: Rating -> Rating -> Bool #

Ord Rating Source # 
Instance details

Defined in BattlePlace.Rating

Generic Rating Source # 
Instance details

Defined in BattlePlace.Rating

Associated Types

type Rep Rating :: Type -> Type #

Methods

from :: Rating -> Rep Rating x #

to :: Rep Rating x -> Rating #

ToJSON Rating Source # 
Instance details

Defined in BattlePlace.Rating

FromJSON Rating Source # 
Instance details

Defined in BattlePlace.Rating

ToSchema Rating Source # 
Instance details

Defined in BattlePlace.Rating

type Rep Rating Source # 
Instance details

Defined in BattlePlace.Rating

type Rep Rating = D1 (MetaData "Rating" "BattlePlace.Rating" "battleplace-0.1.0.10-6kk5BOlJ1JJJuft5GhvMvB" True) (C1 (MetaCons "Rating" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)))