The Coq scripts compile with the command make
, using coqc --version
8.4pl6 (July 2015).
dot.v
-- model and common infrastructure and lemmasdot_soundness.v
-- main soundness proof, based on subtyping transitivity pushbackdot_soundness_alt.v
-- alternative soundness proof, based on directly invertible value typing aka possible typesdot_exs.v
-- some examples, just sanity checks for expressivity
Appendix A of the paper, Type Soundness for Dependent Object Types (DOT) (PDF), outlines a correspondence between the formalism on paper and in Coq.