Skip to content

Commit

Permalink
remove redundant dependency (#2455)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmckinna authored Aug 12, 2024
1 parent 7e9e14a commit 04f9d1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Data/Vec/Recursive.agda
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ open import Data.Unit.Base using (tt)
open import Data.Unit.Polymorphic.Base using (⊤)
open import Data.Unit.Polymorphic.Properties using (⊤↔⊤*)
open import Data.Vec.Base as Vec using (Vec; _∷_)
open import Data.Vec.N-ary using (N-ary)
open import Function.Base using (_∘′_; _∘_; id; const)
open import Function.Bundles using (_↔_; mk↔ₛ′; mk↔)
open import Function.Properties.Inverse using (↔-isEquivalence; ↔-refl; ↔-sym; ↔-trans)
Expand Down

0 comments on commit 04f9d1c

Please sign in to comment.