Skip to content

Commit

Permalink
Update presup a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailrun committed Sep 30, 2024
1 parent 96e7298 commit d2a9e15
Show file tree
Hide file tree
Showing 6 changed files with 289 additions and 246 deletions.
2 changes: 1 addition & 1 deletion theories/Core/Syntactic/CoreInversions.v
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From Coq Require Import Setoid.
From Mcltt Require Import Base LibTactics CtxSub.
From Mcltt Require Import Base LibTactics.
From Mcltt.Core Require Export SystemOpt.
Import Syntax_Notations.

Expand Down
4 changes: 2 additions & 2 deletions theories/Core/Syntactic/Corollaries.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From Coq Require Import Setoid Nat.
From Mcltt Require Import Base LibTactics CtxSub.
From Mcltt.Core Require Export SystemOpt CoreInversions.
From Mcltt Require Import Base LibTactics.
From Mcltt.Core Require Export CoreInversions.
Import Syntax_Notations.

Corollary sub_id_typ : forall Γ M A,
Expand Down
4 changes: 2 additions & 2 deletions theories/Core/Syntactic/CtxEq.v
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From Mcltt Require Import Base LibTactics CtxSub.
From Mcltt Require Export System.
From Mcltt Require Import Base LibTactics.
From Mcltt Require Export CtxSub.
Import Syntax_Notations.

Lemma ctx_eq_refl : forall {Γ}, {{ ⊢ Γ }} -> {{ ⊢ Γ ≈ Γ }}.
Expand Down
Loading

0 comments on commit d2a9e15

Please sign in to comment.