Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 97 Bytes

File metadata and controls

6 lines (6 loc) · 97 Bytes

Data Model

map    :: (K, V)   -> [(K2, V2)]
reduce :: (K, [V]) -> [V2]

[[TODO]]