https://github.com/unclechu/haskell-data-maybe-preserve
"Preserve" Maybe helpers
https://github.com/unclechu/haskell-data-maybe-preserve
haskell haskell-library
Last synced: 8 months ago
JSON representation
"Preserve" Maybe helpers
- Host: GitHub
- URL: https://github.com/unclechu/haskell-data-maybe-preserve
- Owner: unclechu
- License: mit
- Created: 2018-04-20T22:08:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T22:55:43.000Z (about 8 years ago)
- Last Synced: 2024-12-27T22:24:44.251Z (over 1 year ago)
- Topics: haskell, haskell-library
- Language: Haskell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data.Maybe.Preserve
"Preserve" Maybe helpers. Few functions to make some kind of `guard`s.
See [this source file](src/Data/Maybe/Preserve.hs) for details.
# Usage
This isn't published anywere yet.
You can use it by adding these lines to `extra-deps` section of `stack.yaml`:
```yaml
# stack.yaml
extra-deps:
- git: https://github.com/unclechu/haskell-data-maybe-preserve
commit: 21bda604bcdca32bbd73d51d50e8cea1ba61904e
```
And add `data-maybe-preserve` to your package dependencies:
```yaml
# package.yaml
dependencies:
- base
- data-maybe-preserve
```
# Author
Viacheslav Lotsmanov
# License
[MIT](LICENSE)