ham-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Ham.Fcc

Contents

Synopsis

Documentation

fccLookup' Source #

Arguments

:: Text

The callsign to search for.

-> IO (Maybe FccResult) 

Lookup an entry for a callsign in the FCC online database. If an entry can be found, it is returned.

fccLookup :: Text -> IO (Maybe FccLicense) Source #

Look up the first active license given a callsign.

fccLookupName :: Text -> IO Text Source #

Look up the operator's name from the first active license given a callsign.

data FccResult Source #

Result received from a FCC database query.

licenses :: FccResult -> FccLicenses Source #

The actual licenses.

Orphan instances