The documentation for maps:update states: update(Key, Value, Map1) -> Map2, but since update has an arity of 3, this doesn't work: update(Key1, Value1, Key2, Value2, Map1) -> Map2. Is there an other-than one-by-one-sequential-update to update more than one key-value in one shot? Thanks. Don