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.
F# 中是否使用任何约定来突出显示纯函数和具有副作用的函数?
我已经看到 Contracts 命名空间中有一个 Pure 属性;但这看起来是 CodeContracts 的帮手。人们甚至会费心尝试在 F# 中突出显示纯函数吗?