Skip to content

Commit 579681f

Browse files
committed
Added section about axioms used.
1 parent 924d3a5 commit 579681f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ Or, if opam is installed, do:
3838

3939
opam takes care of the dependencies.
4040

41+
# External Axioms
42+
43+
We do not explicitly introduce any additional axioms. However, [dynamic_dependent_program.v](dynamic_dependent_program.v) and (to a lesser
44+
extent) [dynamic_dependent_tactic.v](dynamic_dependent_tactic.v) uses the `Program` framework and thus implicitly depends on `Coq.Logic.JMEq.JMEq_eq`,
45+
which is in turn equivalent to Streicher's Axiom K (i.e., dependent pattern matching).
46+
4147
# Accompanying material
4248

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

0 commit comments

Comments
 (0)