4 lines
103 B
Text
4 lines
103 B
Text
structure Map (α β : Type) where
|
||
map : Type
|
||
mk : map
|
||
insert : map → α → β → map
|