Skip to content

Commit

Permalink
Merge pull request #2701 from CrossEye/deprecating-compose-pipe-KP
Browse files Browse the repository at this point in the history
Deprecating {compose|pipe}{P|K}
  • Loading branch information
CrossEye committed Nov 18, 2018
2 parents a3bd782 + 1a1630c commit 272521a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/composeK.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import map from './map';
* @param {...Function} ...functions The functions to compose
* @return {Function}
* @see R.pipeK
* @deprecated since v0.26.0
* @example
*
* // get :: String -> Object -> Maybe *
Expand Down
1 change: 1 addition & 0 deletions source/composeP.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import reverse from './reverse';
* @param {...Function} functions The functions to compose
* @return {Function}
* @see R.pipeP
* @deprecated since v0.26.0
* @example
*
* const db = {
Expand Down
1 change: 1 addition & 0 deletions source/pipeK.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import reverse from './reverse';
* @param {...Function}
* @return {Function}
* @see R.composeK
* @deprecated since v0.26.0
* @example
*
* // parseJson :: String -> Maybe *
Expand Down
1 change: 1 addition & 0 deletions source/pipeP.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import tail from './tail';
* @param {...Function} functions
* @return {Function}
* @see R.composeP
* @deprecated since v0.26.0
* @example
*
* // followersForUser :: String -> Promise [User]
Expand Down

0 comments on commit 272521a

Please sign in to comment.