-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update bimap implementation to reject result of leftFn, and improve t…
…ype signature
- Loading branch information
1 parent
b37ec34
commit cfab316
Showing
8 changed files
with
115 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
// @flow | ||
|
||
export { default as always } from './always/always'; | ||
export { default as and } from './and/and'; | ||
export { default as compose } from './compose/compose'; | ||
export { default as composeRight } from './composeRight/composeRight'; | ||
export { default as curry } from './curry/curry'; | ||
export { default as curryRight } from './curryRight/curryRight'; | ||
export { default as identity } from './identity/identity'; | ||
export { default as inst } from './inst/inst'; | ||
export { default as negate } from './negate/negate'; | ||
export { default as not } from './not/not'; | ||
export { default as or } from './or/or'; | ||
export { default as partial } from './partial/partial'; | ||
export { default as partialRight } from './partialRight/partialRight'; | ||
export { default as trim } from './trim/trim'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters