Skip to content

Commit cdcd235

Browse files
committed
clean up
1 parent beb92d5 commit cdcd235

File tree

4 files changed

+1
-204
lines changed

4 files changed

+1
-204
lines changed

_CoqProject

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ theories/Fundamental.v
7171

7272
theories/AlgorithmicTyping.v
7373
theories/Algorithmic/UntypedAlgorithmicConversion.v
74-
theories/Algorithmic/PremisePreserve.v
7574
theories/Algorithmic/BundledAlgorithmicTyping.v
7675
theories/Algorithmic/AlgorithmicConvProperties.v
7776
theories/Algorithmic/AlgorithmicTypingProperties.v

theories/Algorithmic/PremisePreserve.v

Lines changed: 0 additions & 191 deletions
This file was deleted.

theories/Algorithmic/UntypedAlgorithmicConversion.v

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
(** * LogRel.UntypedAlgorithmicConversion: alternative definition of algorithmic conversion. *)
22

3-
From LogRel Require Import PremisePreserve.
4-
From MetaCoq.Utils Require Import bytestring.
5-
From MetaCoq.Template Require Import Loader.
6-
7-
Open Scope bs.
8-
93
From LogRel Require Import Utils Syntax.All GenericTyping DeclarativeTyping AlgorithmicTyping.
104
From LogRel Require Import Sections.
115
From LogRel.TypingProperties Require Import PropertiesDefinition DeclarativeProperties SubstConsequences TypeConstructorsInj NeutralConvProperties.

theories/Decidability/UntypedCompleteness.v

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
(** * LogRel.Decidability.UntypedCompleteness: the inductive predicates imply the implementation answer positively. *)
22
From Coq Require Import Nat Lia Arith.
33
From Equations Require Import Equations.
4-
From LogRel Require Import Syntax.All DeclarativeTyping GenericTyping AlgorithmicTyping.
4+
From LogRel Require Import Utils Syntax.All DeclarativeTyping GenericTyping AlgorithmicTyping.
55
From LogRel.TypingProperties Require Import DeclarativeProperties PropertiesDefinition SubstConsequences TypeConstructorsInj NeutralConvProperties.
66
From LogRel.Algorithmic Require Import BundledAlgorithmicTyping AlgorithmicConvProperties AlgorithmicTypingProperties UntypedAlgorithmicConversion.
7-
8-
(* To get the right easy tactic, should be fixed otherwise *)
9-
From LogRel Require Import Utils.
10-
Check fixme.
11-
127
From LogRel.Decidability Require Import Functions UntypedFunctions Soundness UntypedSoundness Completeness.
138
From PartialFun Require Import Monad PartialFun MonadExn.
149

0 commit comments

Comments
 (0)