Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
“顶级评价”是什么意思?
这个术语在它所提到的文本中没有定义。我不想告诉具体的上下文,因为我只对一般的解释感兴趣。
根据上下文,它可能有多种含义,但我认为它意味着对顶级表达式的评估。例如,mainHaskell 程序中的整个函数体是一个表达式(类型为IO ())并且是程序的顶级表达式,因此评估该表达式将构成顶级评估。
main
IO ()