We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de98e4e commit c20a2c3Copy full SHA for c20a2c3
src/Data/List/Fresh.agda
@@ -23,7 +23,7 @@ open import Data.Maybe.Base as Maybe using (Maybe; just; nothing)
23
open import Data.Nat.Base using (ℕ; zero; suc)
24
open import Function.Base using (_∘′_; flip; id; _on_)
25
open import Relation.Nullary using (does)
26
-open import Relation.Unary as U using (Pred)
+open import Relation.Unary as Unary using (Pred; Decidable)
27
open import Relation.Binary.Core using (Rel; REL)
28
import Relation.Binary.Definitions as B using (Reflexive)
29
open import Relation.Nary using (_⇒_; ∀[_])
0 commit comments