We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9e14a commit 04f9d1cCopy full SHA for 04f9d1c
src/Data/Vec/Recursive.agda
@@ -28,7 +28,6 @@ open import Data.Unit.Base using (tt)
28
open import Data.Unit.Polymorphic.Base using (⊤)
29
open import Data.Unit.Polymorphic.Properties using (⊤↔⊤*)
30
open import Data.Vec.Base as Vec using (Vec; _∷_)
31
-open import Data.Vec.N-ary using (N-ary)
32
open import Function.Base using (_∘′_; _∘_; id; const)
33
open import Function.Bundles using (_↔_; mk↔ₛ′; mk↔)
34
open import Function.Properties.Inverse using (↔-isEquivalence; ↔-refl; ↔-sym; ↔-trans)
0 commit comments