Can Haskell functions be proved/model-checked/verified with correctness properties?

后端 未结 11 1213
挽巷
挽巷 2021-01-29 18:46

Continuing on from ideas in: Are there any provable real-world languages?

I don\'t know about you, but I\'m sick of writing code that I can\'t guarantee.

11条回答
  •  耶瑟儿~
    2021-01-29 18:55

    Have you had a look at quickcheck? It may offer some of the things you need.

    http://www.haskell.org/haskellwiki/Introduction_to_QuickCheck

提交回复
热议问题