Alias set to assoc in FP.

This commit is contained in:
Billy Janitsch
2016-01-30 19:36:13 -05:00
committed by John-David Dalton
parent 1f160b31ff
commit d0d5a3802d

View File

@@ -3,6 +3,7 @@ exports.aliasToReal = {
'all': 'some',
'allPass': 'overEvery',
'apply': 'spread',
'assoc': 'set',
'compose': 'flowRight',
'contains': 'includes',
'dissoc': 'omit',