Liquid Haskell

From HandWiki

Liquid Haskell is a program verifier for Haskell which allows developers to specify correctness properties by using refinement types.[1][2] Properties are verified using an SMTLIB2-compliant SMT solver, such as the Z3 Theorem Prover.

See also

References

  1. Vazou, Niki (2016). Liquid Haskell: Haskell as a theorem prover (Thesis). University of California.
  2. Vazou, Niki; Seidel, Eric (2014). "Refinement types for Haskell". International Conference on Functional Programming. ACM. pp. 269–282. doi:10.1145/2692915.2628161. https://dl.acm.org/citation.cfm?id=2628161. 

Further reading

External links