tags: Functional Programming 教學 模組 門外漢 Haskell Data.Set Data.Map
常用的資料容器還有集合(Set)與字典(Dictionary)等,這邊就先來探討與這兩種容器相關的 Data.Set 與 Data.Map 模組。