Data.Map.Utils
insert' :: Ord k => k -> v -> Map k v -> Maybe (Map k v) Source #
Insert iff the key is not already defined.