Skip to content

Commit

Permalink
cleaning up structuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MevenBertrand committed Jan 4, 2024
1 parent 28e1b98 commit 447c8c7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
Binary file modified docs/dependency_graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion theories/BasicAst.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(** * LogRel.BasicAst: definitions preceding those of the AST of terms: sorts, binder annotations… *)
From Coq Require Import String Bool.
From LogRel.AutoSubst Require Import core unscoped.

Inductive sort :=
| set : sort.
Expand Down
1 change: 0 additions & 1 deletion theories/Utils.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
From Coq Require Import Morphisms List CRelationClasses.
From Coq Require Import ssrbool.
From smpl Require Import Smpl.
From LogRel.AutoSubst Require Import core unscoped Ast.

Set Universe Polymorphism.
Set Polymorphic Inductive Cumulativity.
Expand Down

0 comments on commit 447c8c7

Please sign in to comment.