Skip to content

Commit

Permalink
Rebase on master coq.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Baillon committed Oct 23, 2024
1 parent 6d62e31 commit 9f16f66
Show file tree
Hide file tree
Showing 38 changed files with 8,516 additions and 4,063 deletions.
16 changes: 12 additions & 4 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ theories/GenericTyping.v
theories/DeclarativeTyping.v
theories/DeclarativeInstance.v

theories/Monad2.v
theories/Monad.v
theories/LogicalRelation.v
theories/LogicalRelation/Induction.v
theories/LogicalRelation/Monotonicity.v
theories/LogicalRelation/Escape.v
theories/LogicalRelation/ShapeView.v
theories/LogicalRelation/Reflexivity.v
Expand All @@ -39,6 +37,7 @@ theories/LogicalRelation/Reduction.v
theories/LogicalRelation/NormalRed.v
theories/LogicalRelation/Application.v
theories/LogicalRelation/SimpleArr.v
theories/LogicalRelation/Id.v

theories/Validity.v
theories/Substitution/Irrelevance.v
Expand All @@ -50,25 +49,34 @@ theories/Substitution/Reduction.v
theories/Substitution/SingleSubst.v
theories/Substitution/Introductions/Application.v
theories/Substitution/Introductions/Universe.v
theories/Substitution/Introductions/Poly.v
theories/Substitution/Introductions/Pi.v
theories/Substitution/Introductions/Lambda.v
theories/Substitution/Introductions/SimpleArr.v
theories/Substitution/Introductions/Var.v
theories/Substitution/Introductions/Nat.v
theories/Substitution/Introductions/Empty.v
theories/Substitution/Introductions/Sigma.v
theories/Substitution/Introductions/Id.v
theories/Fundamental.v

theories/AlgorithmicTyping.v
theories/DeclarativeSubst.v
theories/TypeConstructorsInj.v
theories/Normalisation.v
theories/Consequences.v

theories/BundledAlgorithmicTyping.v
theories/AlgorithmicConvProperties.v
theories/AlgorithmicTypingProperties.v
theories/TypeUniqueness.v

theories/Decidability/Functions.v
theories/Decidability/Soundness.v
theories/Decidability/Completeness.v
theories/Decidability/Termination.v
theories/Decidability.v

theories/Decidability/Functions.v

theories/TermNotations.v
theories/Decidability/Execution.v
theories/Positivity.v
Loading

0 comments on commit 9f16f66

Please sign in to comment.