Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trskop/data-flip
Data type that flipps last two of its type arguments.
https://github.com/trskop/data-flip
Last synced: 10 days ago
JSON representation
Data type that flipps last two of its type arguments.
- Host: GitHub
- URL: https://github.com/trskop/data-flip
- Owner: trskop
- License: bsd-3-clause
- Created: 2015-02-22T20:15:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T06:21:40.000Z (over 9 years ago)
- Last Synced: 2023-04-30T01:07:42.878Z (over 1 year ago)
- Language: Haskell
- Size: 230 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
Flip
====Data type that flipps last two of its type arguments.
Building options
----------------* `-fwith-comonad` (enabled by default)
Define various `Comonad` instances.
* `-fwith-deepseq` (enabled by default)
Define `NFData` instance for `Flip`.
* `-fpedantic` (disabled by default)
Pass additional warning flags to GHC.Contributions
-------------Pull requests, bug reports and generally contributions in any form are welcome!
Please don't be afraid to contact author using GitHub or by e-mail (see
`.cabal` file for that).Also try to use `-fpedantic` flag during development and testing.
Lincense
--------This package is under BSD3 license, see `LICENSE` file for details.
All dependencies are also under the same license, that includes optional
dependencies. See individual packages on hackage for details:* [base][]
* [comonad][]
* [deepseq][][base]:
http://hackage.haskell.org/package/base/
"HackageDB: base"[comonad]:
http://hackage.haskell.org/package/comonad/
"HackageDB: comonad"[deepseq]:
http://hackage.haskell.org/package/deepseq/
"HackageDB: deepseq"