Skip to content

Commit

Permalink
Added section about axioms used.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanruiqi committed Jun 12, 2019
1 parent 924d3a5 commit 579681f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ Or, if opam is installed, do:

opam takes care of the dependencies.

# External Axioms

We do not explicitly introduce any additional axioms. However, [dynamic_dependent_program.v](dynamic_dependent_program.v) and (to a lesser
extent) [dynamic_dependent_tactic.v](dynamic_dependent_tactic.v) uses the `Program` framework and thus implicitly depends on `Coq.Logic.JMEq.JMEq_eq`,
which is in turn equivalent to Streicher's Axiom K (i.e., dependent pattern matching).

# Accompanying material

- Most recent [draft paper](201903/compact-20190331.pdf) ([arXiv version](https://arxiv.org/pdf/1904.02809.pdf))
Expand Down

0 comments on commit 579681f

Please sign in to comment.