Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove DecidableEq #866

Merged
merged 3 commits into from
Aug 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Cubical/Data/Bool/Properties.agda
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ open import Cubical.Data.Unit using (Unit; isPropUnit)
open import Cubical.HITs.PropositionalTruncation hiding (rec)

open import Cubical.Relation.Nullary
open import Cubical.Relation.Nullary.DecidableEq

private
variable
Expand Down
1 change: 0 additions & 1 deletion Cubical/Data/DescendingList/Examples.agda
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ open import Cubical.Data.Empty as ⊥
open import Cubical.Data.Nat

open import Cubical.Relation.Nullary
open import Cubical.Relation.Nullary.DecidableEq

open import Cubical.HITs.FiniteMultiset

Expand Down
1 change: 0 additions & 1 deletion Cubical/Data/DescendingList/Properties.agda
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ open import Cubical.Data.Unit
open import Cubical.Data.List using (List ; [] ; _∷_)

open import Cubical.Relation.Nullary
open import Cubical.Relation.Nullary.DecidableEq

open import Cubical.HITs.FiniteMultiset as FMSet hiding ([_])

Expand Down
1 change: 0 additions & 1 deletion Cubical/Data/DescendingList/Strict/Properties.agda
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ open import Cubical.Data.DescendingList.Strict A _>_
open import Cubical.HITs.ListedFiniteSet as LFSet renaming (_∈_ to _∈ʰ_)

import Cubical.Data.Empty as ⊥
open import Cubical.Relation.Nullary.DecidableEq

open import Cubical.Relation.Nullary using (Dec; Discrete) renaming (¬_ to Type¬_)

Expand Down
1 change: 0 additions & 1 deletion Cubical/Data/Fin/LehmerCode.agda
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ open import Cubical.Functions.Embedding
open import Cubical.Functions.Surjection

open import Cubical.Relation.Nullary
open import Cubical.Relation.Nullary.DecidableEq

open import Cubical.Data.Unit as ⊤
open import Cubical.Data.Empty as ⊥
Expand Down
1 change: 0 additions & 1 deletion Cubical/Data/Fin/Properties.agda
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ open import Cubical.Data.Sigma
open import Cubical.Data.FinData.Base renaming (Fin to FinData) hiding (¬Fin0 ; toℕ)

open import Cubical.Relation.Nullary
open import Cubical.Relation.Nullary.DecidableEq

open import Cubical.Induction.WellFounded

Expand Down
1 change: 0 additions & 1 deletion Cubical/Data/FinSet/Properties.agda
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ open import Cubical.Data.SumFin
open import Cubical.Data.FinSet.Base

open import Cubical.Relation.Nullary
open import Cubical.Relation.Nullary.DecidableEq
open import Cubical.Relation.Nullary.HLevels

private
Expand Down
1 change: 0 additions & 1 deletion Cubical/Data/Int/Properties.agda
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ open import Cubical.Data.Sum
open import Cubical.Data.Int.Base

open import Cubical.Relation.Nullary
open import Cubical.Relation.Nullary.DecidableEq

sucPred : ∀ i → sucℤ (predℤ i) ≡ i
sucPred (pos zero) = refl
Expand Down
1 change: 0 additions & 1 deletion Cubical/Data/Nat/Properties.agda
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ open import Cubical.Data.Sigma
open import Cubical.Data.Sum.Base

open import Cubical.Relation.Nullary
open import Cubical.Relation.Nullary.DecidableEq

private
variable
Expand Down
1 change: 0 additions & 1 deletion Cubical/Data/SumFin/Base.agda
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ open import Cubical.Data.Sum using (_⊎_; inl; inr) public
open import Cubical.Data.Nat hiding (elim)

open import Cubical.Relation.Nullary
open import Cubical.Relation.Nullary.DecidableEq

private
variable
Expand Down
2 changes: 1 addition & 1 deletion Cubical/Foundations/HLevels.agda
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Basic theory about h-levels/n-types:

- Basic properties of isContr, isProp and isSet (definitions are in Prelude)

- Hedberg's theorem can be found in Cubical/Relation/Nullary/DecidableEq
- Hedberg's theorem can be found in Cubical/Relation/Nullary/Properties

-}
{-# OPTIONS --safe #-}
Expand Down
1 change: 0 additions & 1 deletion Cubical/HITs/AssocList/Properties.agda
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ open import Cubical.Foundations.Univalence
open import Cubical.Foundations.SIP

open import Cubical.Relation.Nullary
open import Cubical.Relation.Nullary.DecidableEq

open import Cubical.Structures.MultiSet

Expand Down
1 change: 0 additions & 1 deletion Cubical/HITs/FiniteMultiset/CountExtensionality.agda
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ open import Cubical.Relation.Nullary
open import Cubical.HITs.FiniteMultiset.Base
open import Cubical.HITs.FiniteMultiset.Properties as FMS
open import Cubical.Structures.MultiSet
open import Cubical.Relation.Nullary.DecidableEq


private
Expand Down
1 change: 0 additions & 1 deletion Cubical/HITs/FiniteMultiset/Properties.agda
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ open import Cubical.Data.Empty as ⊥
open import Cubical.Relation.Nullary
open import Cubical.HITs.FiniteMultiset.Base
open import Cubical.Structures.MultiSet
open import Cubical.Relation.Nullary.DecidableEq

private
variable
Expand Down
5 changes: 0 additions & 5 deletions Cubical/Relation/Nullary/DecidableEq.agda

This file was deleted.