Skip to content

Commit

Permalink
CI is stubborn
Browse files Browse the repository at this point in the history
  • Loading branch information
HuStmpHrrr committed May 21, 2024
1 parent 9f881e3 commit 624dcbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion theories/Core/Completeness/TermStructureCases.v
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From Coq Require Import Morphisms_Relations RelationClasses.
From Mcltt Require Import Base LibTactics LogicalRelation System.
From Mcltt Require Import Base LibTactics Completeness.LogicalRelation System.
Import Domain_Notations.

Lemma rel_exp_sub_cong : forall {Δ M M' A σ σ' Γ},
Expand Down
2 changes: 1 addition & 1 deletion theories/Core/Completeness/UniverseCases.v
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From Coq Require Import Morphisms_Relations.
From Mcltt Require Import Base LibTactics LogicalRelation.
From Mcltt Require Import Base LibTactics Completeness.LogicalRelation.
Import Domain_Notations.

Lemma valid_typ : forall {i Γ},
Expand Down
2 changes: 1 addition & 1 deletion theories/Core/Completeness/VariableCases.v
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From Coq Require Import Morphisms_Relations Relations.
From Mcltt Require Import Base LibTactics LogicalRelation System.
From Mcltt Require Import Base LibTactics Completeness.LogicalRelation System.
Import Domain_Notations.

Lemma valid_lookup : forall {Γ x A env_rel}
Expand Down

0 comments on commit 624dcbb

Please sign in to comment.