|--------------------------------------
| predicate
| to match items against.
|--------------------------------------
| Returns Array list of items to count in
|--------------------------------------
Proposal
|-----------------------------------------------------------------
| f
| The predicate function to match items against.
|-----------------------------------------------------------------
| list
| The list to count elements from.
|-----------------------------------------------------------------
| Returns Number The count of items matching the predicate.
|-----------------------------------------------------------------
https://github.com/ramda/ramda/blob/173ceba9ab89a28428b4794594dc436b993a932b/source/count.js#L14
Current
Proposal
Document
Current
Proposal