Make mkModuleName
use Text
instead of String
#1260
Labels
tech debt
Issues that document or involve technical debt
mkModuleName
use Text
instead of String
#1260
GaloisInc/saw-core#160 converts many of the remaining internal uses of the
String
type toText
, but there are still some uses ofString
in the external-facing saw-core API. One example ismkModuleName
, which converts a list ofString
s to aModuleName
. This should be converted toText
, which should let us avoid some addition uses ofText.unpack
andText.pack
that still remain after GaloisInc/saw-core#160.The text was updated successfully, but these errors were encountered: