This is a Haskell package that provides a data type for Mexican ISO 3166-2 State codes, as well as functions for converting codes into their English subdivision names.
Use stack
to build this for local development:
stack build --pedantic --test --haddock --file-watch
The API for this package is based off of the ca-province-codes package which is based off of the state-codes and iso3166-country-codes packages.
BSD-3, exceptions available.