let dic = System.Collections.Generic.Dictionary() ;; dic.Add("key","val") ; dic.["key"] <- "new val" ;