logo
首页技术栈工具库讨论
ghc-proofs

ghc-proofs

Often when writing Haskel code, one would like to prove things about the code. A good example is writing an Applicative or Monad instance: there are equation that should hold, and checking them manually is tedious. Wouldn’t it be nice if the compiler could check them for us? With this plugin, he can! (At least in certain simple cases – for everything else, you have to use a more dedicated solution.) See the documentation in GHC.Proof or the project webpage for more examples and more information.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconnomeata/ghc-proofs144
HACKAGE
carbal install ghc-proofs
查看
标签
根据用户添加的标签生成
暂无标签