## Generic-function: COMMON-LISP:STREAM-ELEMENT-TYPE [![package](https://img.shields.io/badge/Package-COMMON--LISP-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Generic--Function-5f9ea0.svg?style=social&colorA=999999)](../#generic-function) [![clhs](https://img.shields.io/badge/CLHS-STREAM--ELEMENT--TYPE-5f9ea0.svg?style=social&colorA=999999)](http://www.lispworks.com/documentation/HyperSpec/Body/f_stm_el.htm) > Return a type specifier for the kind of object returned by the > STREAM. The class FUNDAMENTAL-CHARACTER-STREAM provides a default method > which returns CHARACTER. ### Lambda list ```cl (stream) ```