diff options
author | Helmut Grohne <helmut@subdivi.de> | 2018-11-25 11:27:39 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2018-11-25 11:27:39 +0100 |
commit | 7fcd0fde85d545abbdae2265e173650c12d9b4c2 (patch) | |
tree | 5490945ebe8403ed6db0e27720d613767747081d /FinMap.agda | |
parent | a1f5d673583c353eee32af83c78983aa22527e0a (diff) | |
download | bidiragda-7fcd0fde85d545abbdae2265e173650c12d9b4c2.tar.gz |
remove unused imports
These will happen to break with later agda-stdlib releases.
Diffstat (limited to 'FinMap.agda')
-rw-r--r-- | FinMap.agda | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FinMap.agda b/FinMap.agda index 57d3ecf..7380b71 100644 --- a/FinMap.agda +++ b/FinMap.agda @@ -6,7 +6,6 @@ open import Data.Maybe using (Maybe ; just ; nothing ; maybe′) open import Data.Fin using (Fin ; zero ; suc) open import Data.Fin.Properties using (_≟_) open import Data.Vec using (Vec ; [] ; _∷_ ; _[_]≔_ ; replicate ; tabulate ; foldr ; zip ; toList) renaming (lookup to lookupVec ; map to mapV) -open import Data.Vec.Equality using () open import Data.Vec.Properties using (lookup∘update ; lookup∘update′) open import Data.Product using (_×_ ; _,_) open import Data.List.All as All using (All) |