class Z3::StringSort

Z3 internally represents String as Seq(Char), so StringSort == SeqSort.new(CharSort.new)