语言选择:
免费网上英汉字典|3Dict

lazy list

资料来源 : Free On-Line Dictionary of Computing

lazy list
     
        A list which is built using a non-strict constructor.  Any
        head or tail of the list may be an unevaluated closure.  Also
        known as streams since they may be used to carry a sequence of
        values from the output of one function to an input of another.
        See also Lazy evaluation.
依字母排序 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z