Commit graph

2 commits

Author SHA1 Message Date
Leonardo de Moura
34765c97d7 chore: rename mmap, mfoldl, mfor ...
We now use `mapM`, `foldlM`, ... like Haskell.
Motivation: fixes the inconsistent naming convetion. We are already
using the `M` suffix for functions such as `anyM`. We used `anyM`
because `many` is a valid English word.

cc @kha @dselsam
2019-10-27 18:19:34 -07:00
Leonardo de Moura
bf1ea58deb feat: add HashSet
It is just a wrapper for `HashMap`
2019-10-27 11:35:36 -07:00