jonathanknowles / jonathanknowles/monoidmap

Add function `nonNullValues`.

Open
#211 0 comments 0 reactions 1 assignee Claimed by @jonathanknowles View on GitHub
enhancement
Dominant language
Haskell
Stars
21
Forks
1
PR merge metrics
No merged PRs in 30d

Description

This function would have the following type:
```hs
nonNullValues :: MonoidMap k v -> [v]
```
Its semantics would be identical to the following function from `Data.Map`:
```hs
elems :: Map k v -> [v]
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.