語言選擇:
免費網上英漢字典|3Dict

hyperstrict

資料來源 : Free On-Line Dictionary of Computing

Hyperstrict
     
        A function which is hyperstrict in some argument will fully
        evaluate that argument.  To fully evaluate an object, evaluate
        it to WHNF and if it is a constructed data object (e.g. a list
        or tuple) then fully evaluate every component and so on
        recursively.  Thus a hyperstrict function will fail to
        terminate if its argument or any component or sub-component of
        its argument fails to terminate (i.e. if its argument is not
        "total").
依字母排序 : 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