Fixtype of plain strings.
This is a product type introduced by fty::defprod.
These are used as literals; they are the regular, non-hex strings. We call them `plain' to clearly distinguish them from hex strings.
We represent a plain string as a list of elements, plus a flag saying whether the surrounding quotes are double or not (i.e. single). This captures the full concrete syntax information.