aboutsummaryrefslogtreecommitdiff
path: root/Data/Matrix/Vec.agda
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2026-07-07 13:09:11 -0700
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2026-07-07 13:09:11 -0700
commit61549e3d703bdc5a017833a01febb9c46d95ec17 (patch)
tree7b3aabbe8ddb5d2316cb24368edde212e27d8c1a /Data/Matrix/Vec.agda
parentbe685059304423e5a5cbb176b44aef1a4a76325b (diff)
Update matrices and vectors
Diffstat (limited to 'Data/Matrix/Vec.agda')
-rw-r--r--Data/Matrix/Vec.agda3
1 files changed, 1 insertions, 2 deletions
diff --git a/Data/Matrix/Vec.agda b/Data/Matrix/Vec.agda
index e0312d4..b191052 100644
--- a/Data/Matrix/Vec.agda
+++ b/Data/Matrix/Vec.agda
@@ -2,10 +2,9 @@
module Data.Matrix.Vec where
-open import Relation.Binary.PropositionalEquality using (_≡_)
-open import Level using (Level)
open import Data.Nat using (ℕ)
open import Data.Vec using (Vec; replicate; zipWith)
+open import Level using (Level)
private
variable