stream-element-type (stream-element-type stream) 常にシンボル character を返します。rontolisp のストリームはすべて文字ストリームです (バイナリ要素型はありません)。 Run(with-input-from-string (s "x") (stream-element-type s)) ; => CHARACTER