The sufficiently smart compiler is a theorem prover

05/21/2018
by   Joachim Breitner, et al.
0

That the Haskell Compiler GHC is capable of proving non-trivial equalities between Haskell code, by virtue of its aggressive optimizer, in particular the term rewriting engine in the simplifier. We demonstrate this with a surprising little code in a GHC plugin, explains the knobs we had to turn, discuss the limits of the approach and related applications of the same idea, namely testing that promises from Haskell libraries with domain-specific optimizations hold.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset