Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Data.Standards.ISO.Country.Primary.Translation
Description
- Description : Convert between various code formats described by ISO 3166-1.
- Copyright : (c) 2018 Samuel May
- License : MPL-2.0
- Maintainer : ag.eitilt@gmail.com
- Stability : stable
- Portability : portable
Synopsis
- alpha2ToAlpha3 :: Alpha2 -> Maybe Alpha3
- alpha2ToNumeric :: Alpha2 -> Maybe Numeric
- alpha3ToAlpha2 :: Alpha3 -> Maybe Alpha2
- alpha3ToNumeric :: Alpha3 -> Maybe Numeric
- numericToAlpha2 :: Numeric -> Maybe Alpha2
- numericToAlpha3 :: Numeric -> Maybe Alpha3