Remove need for explicit arguments in map derivatives
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@ data Expr : Set where
|
||||
data Stmt : Set where
|
||||
_←_ : String → Expr → Stmt
|
||||
|
||||
open import Lattice.MapSet String _≟ˢ_
|
||||
open import Lattice.MapSet _≟ˢ_
|
||||
renaming
|
||||
( MapSet to StringSet
|
||||
; insert to insertˢ
|
||||
|
||||
Reference in New Issue
Block a user