{-# LANGUAGE TemplateHaskell #-}

module ModuleWithFunctions where

import ModuleWithData
import Template

$(bimap "map_country_to_country_code" "map_country_code_to_country" countries_and_iso_country_codes)
