Aaron Stump
Broschiertes Buch

Verified Functional Programming in Agda

Versandkostenfrei!
Versandfertig in 1-2 Wochen
99,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
50 °P sammeln!
Agda is an advanced programming language based on Type Theory. Agda's type system is expressive enough to support full functional verification of programs, in two styles. In external verification, we write pure functional programs and then write proofs of properties about them. The proofs are separate external artifacts, typically using structural induction. In internal verification, we specify properties of programs through rich types for the programs themselves. This often necessitates including proofs inside code, to show the type checker that the specified properties hold. The power to pro...