ham-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Ham.Contest

Contents

Description

Contest related things. Functions to compute points, so far.

Synopsis

ARRL Field Day

data FieldDay Source #

Instances
Contest FieldDay Source # 
Instance details

Defined in Ham.Internal.Contest

Associated Types

type Points FieldDay :: Type Source #

type Config FieldDay :: Type Source #

type Points FieldDay Source # 
Instance details

Defined in Ham.Internal.Contest

type Config FieldDay Source # 
Instance details

Defined in Ham.Internal.Contest

data NAQPCW Source #

Instances
Contest NAQPCW Source # 
Instance details

Defined in Ham.Internal.Contest

Associated Types

type Points NAQPCW :: Type Source #

type Config NAQPCW :: Type Source #

type Points NAQPCW Source # 
Instance details

Defined in Ham.Internal.Contest

type Config NAQPCW Source # 
Instance details

Defined in Ham.Internal.Contest

type Config NAQPCW = ()

data NAQPSSB Source #

Instances
Contest NAQPSSB Source # 
Instance details

Defined in Ham.Internal.Contest

Associated Types

type Points NAQPSSB :: Type Source #

type Config NAQPSSB :: Type Source #

type Points NAQPSSB Source # 
Instance details

Defined in Ham.Internal.Contest

type Config NAQPSSB Source # 
Instance details

Defined in Ham.Internal.Contest

type Config NAQPSSB = ()

class Contest a where Source #

Associated Types

type Points a :: * Source #

type Config a :: * Source #

Methods

computePoints :: Proxy a -> Config a -> HamLog (Points a) Source #

Instances
Contest NAQPSSB Source # 
Instance details

Defined in Ham.Internal.Contest

Associated Types

type Points NAQPSSB :: Type Source #

type Config NAQPSSB :: Type Source #

Contest NAQPCW Source # 
Instance details

Defined in Ham.Internal.Contest

Associated Types

type Points NAQPCW :: Type Source #

type Config NAQPCW :: Type Source #

Contest FieldDay Source # 
Instance details

Defined in Ham.Internal.Contest

Associated Types

type Points FieldDay :: Type Source #

type Config FieldDay :: Type Source #

data ConfigFieldDay Source #

Constructors

ConfigFieldDay 

Fields