diff options
author | Helmut Grohne <helmut@subdivi.de> | 2020-08-01 09:12:17 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2020-08-01 09:12:17 +0200 |
commit | 1286deef698a9fbf92b86d0078fd62c47f980ee9 (patch) | |
tree | cf70314c5e62c774c225db342ec0c4bae3fd493d /CheckInsert.agda | |
parent | 85865ec3c7c3e3a458dc233d4c28e4db97191f3d (diff) | |
download | bidiragda-1286deef698a9fbf92b86d0078fd62c47f980ee9.tar.gz |
move imports for agda-stdlib 1.3
Diffstat (limited to 'CheckInsert.agda')
-rw-r--r-- | CheckInsert.agda | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CheckInsert.agda b/CheckInsert.agda index dbba6e6..68f5fdb 100644 --- a/CheckInsert.agda +++ b/CheckInsert.agda @@ -13,7 +13,7 @@ open import Data.Vec.Properties using (lookup∘update′) open import Relation.Nullary using (Dec ; yes ; no ; ¬_) open import Relation.Nullary.Negation using (contradiction) open import Relation.Binary using (Setoid ; module DecSetoid) -import Relation.Binary.EqReasoning as EqR +import Relation.Binary.Reasoning.Setoid as EqR open import Relation.Binary.PropositionalEquality as P using (_≡_ ; _≢_ ; inspect ; [_] ; module ≡-Reasoning) open import FinMap |