country-0.1.2: src/Country/Unexposed/ExtraNames.hs
{-# LANGUAGE OverloadedStrings #-}
module Country.Unexposed.ExtraNames
( ) where
import Country.Unsafe (Country)
import Country.Identifier
import Data.Text (Text)
import Data.Primitive (indexArray,newArray,unsafeFreezeArray,writeArray,
writeByteArray,indexByteArray,unsafeFreezeByteArray,newByteArray)