Sciweavers

602 search results - page 1 / 121
» Program Calculation in Coq
Sort
View
AMAST
2010
Springer
12 years 12 months ago
Program Calculation in Coq
Julien Tesson, Hideki Hashimoto, Zhenjiang Hu, Fr&...
ENTCS
2008
121views more  ENTCS 2008»
13 years 4 months ago
Building Certified Static Analysers by Modular Construction of Well-founded Lattices
This paper presents fixpoint calculations on lattice structures as example of highly modular programming in a dependently typed functional language. We propose a library of Coq mo...
David Pichardie
CIE
2008
Springer
13 years 6 months ago
Extraction in Coq: An Overview
The extraction mechanism of Coq allows one to transform Coq proofs and functions into functional programs. We illustrate the behavior of this tool by reviewing several variants of ...
Pierre Letouzey
IPPS
2002
IEEE
13 years 9 months ago
Proving Self-Stabilization with a Proof Assistant
We present a formalization of a proof of self-stabilization in the Coq proof assistant. Coq is a program allowing to define mathematical objects and properties, and to make proof...
Pierre Courtieu
TPHOL
2009
IEEE
13 years 11 months ago
A Hoare Logic for the State Monad
Abstract. This pearl examines how to verify functional programs written using the state monad. It uses Coq’s Program framework to provide strong specifications for the standard ...
Wouter Swierstra