-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: comply with fantasy-land specs
By complying with fantasy-land specifications we can maximize the reusability of this lib across other libraries. The spec itself is reasonably straight-forward, we just need to expose a few methods with an alias. Because fantasy-land doesn't expose types, it isn't currently possible to import their definitions for use. closes: #5
- Loading branch information
Showing
4 changed files
with
35 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// TODO: remove this if fantasy-land exports own types | ||
|
||
export const map = 'fantasy-land/map'; | ||
export const ap = 'fantasy-land/ap'; | ||
export const of = 'fantasy-land/of'; | ||
export const chain = 'fantasy-land/chain'; |
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