Switch maps (and consequently most of the code) to using instances

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2025-01-04 21:16:22 -08:00
parent d90b544436
commit d96eb97b69
16 changed files with 257 additions and 240 deletions

View File

@@ -22,7 +22,7 @@ open import Relation.Nullary using (¬_)
open import Lattice
open import Utils using (Unique; push; Unique-map; x∈xs⇒fx∈fxs)
open import Lattice.MapSet (record { R-dec = _≟ˢ_ }) using ()
open import Lattice.MapSet String {{record { R-dec = _≟ˢ_ }}} _ using ()
renaming
( MapSet to StringSet
; to-List to to-Listˢ