Skip to content

Commit 04f9d1c

Browse files
authored
remove redundant dependency (#2455)
1 parent 7e9e14a commit 04f9d1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Data/Vec/Recursive.agda

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ open import Data.Unit.Base using (tt)
2828
open import Data.Unit.Polymorphic.Base using (⊤)
2929
open import Data.Unit.Polymorphic.Properties using (⊤↔⊤*)
3030
open import Data.Vec.Base as Vec using (Vec; _∷_)
31-
open import Data.Vec.N-ary using (N-ary)
3231
open import Function.Base using (_∘′_; _∘_; id; const)
3332
open import Function.Bundles using (_↔_; mk↔ₛ′; mk↔)
3433
open import Function.Properties.Inverse using (↔-isEquivalence; ↔-refl; ↔-sym; ↔-trans)

0 commit comments

Comments
 (0)