We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5c678 commit 08ff2fcCopy full SHA for 08ff2fc
src/agda/Library.agda
@@ -39,7 +39,7 @@ open import Relation.Binary public using (Decidable; Rel)
39
open import Relation.Nullary public using (¬_; Dec; yes; no)
40
open import Relation.Unary public using (_∩_) renaming (_⊆_ to _⇒_)
41
42
--- Advanced modules (long names
+-- Advanced modules (long names)
43
44
open import Relation.Binary.PropositionalEquality public using (_≗_; _≡_; refl; trans; cong; subst)
45
open import Relation.Nullary.Decidable public using (⌊_⌋) renaming (map′ to mapDec)
0 commit comments