ham-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Ham.Cabrillo

Documentation

data VersionNumber Source #

Constructors

VersionNumber Int Int 
Instances
Show VersionNumber Source # 
Instance details

Defined in Ham.Cabrillo

data CategoryMode Source #

Constructors

CMCW 
CMDIGI 
CMFM 
CMRTTY 
CMSSB 
CMMIXED 
Instances
Show CategoryMode Source # 
Instance details

Defined in Ham.Cabrillo

data CategoryTime Source #

Constructors

HOURS_6 
HOURS_12 
HOURS_24 
Instances
Show CategoryTime Source # 
Instance details

Defined in Ham.Cabrillo

data YesNo Source #

Constructors

YES 
NO 
Instances
Read YesNo Source # 
Instance details

Defined in Ham.Cabrillo

Show YesNo Source # 
Instance details

Defined in Ham.Cabrillo

Methods

showsPrec :: Int -> YesNo -> ShowS #

show :: YesNo -> String #

showList :: [YesNo] -> ShowS #

showtext :: Functor f => t -> (t -> f Text) -> [Char] -> f [Char] Source #

showother :: (Functor f, Show a) => t -> (t -> f a) -> [Char] -> f [Char] Source #

showlist :: d -> (d -> Maybe [Text]) -> String -> Maybe String Source #

data Mode Source #

Constructors

CW 
PH 
FM 
RY 
DG 
Instances
Read Mode Source # 
Instance details

Defined in Ham.Cabrillo

Show Mode Source # 
Instance details

Defined in Ham.Cabrillo

Methods

showsPrec :: Int -> Mode -> ShowS #

show :: Mode -> String #

showList :: [Mode] -> ShowS #

data CabrilloLog Source #

Instances
Show CabrilloLog Source # 
Instance details

Defined in Ham.Cabrillo

class ToCabrillo a where Source #

Methods

toCabrillo :: a -> [CabrilloLine] Source #

Instances
ToCabrillo Qso Source # 
Instance details

Defined in Ham.Qso