From 7fcd0fde85d545abbdae2265e173650c12d9b4c2 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 25 Nov 2018 11:27:39 +0100 Subject: remove unused imports These will happen to break with later agda-stdlib releases. --- CheckInsert.agda | 1 - 1 file changed, 1 deletion(-) (limited to 'CheckInsert.agda') diff --git a/CheckInsert.agda b/CheckInsert.agda index 6a1300b..9447b04 100644 --- a/CheckInsert.agda +++ b/CheckInsert.agda @@ -8,7 +8,6 @@ open import Data.Fin using (Fin) open import Data.Fin.Properties using (_≟_) open import Data.Maybe using (Maybe ; nothing ; just) renaming (setoid to MaybeSetoid ; Eq to MaybeEq) open import Data.Vec using (Vec) renaming (_∷_ to _∷V_) -open import Data.Vec.Equality using () renaming (module Equality to VecEq) open import Data.Vec.Properties using (lookup∘update′) open import Relation.Nullary using (Dec ; yes ; no ; ¬_) open import Relation.Nullary.Negation using (contradiction) -- cgit v1.2.3