Status check/survey: What set of values do we refer to when talking about the type string()? I see iolist() used frequently as to be explicit that one mean the nested-lists-and-binaries. In docs for module io_lib the type chars() is introduced and defined as: chars() = [char() | chars()]. To exclude binaries. string() = [char()] ?