map[&K,&V] delete(map[&K,&V] m, &K k)
import Map;
m
k
rascal>import Map; ok rascal>delete(("apple":1,"pear":2), "apple"); map[str, int]: ("pear":2)