Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basvandijk/lifted-base
IO operations from the base library lifted to any instance of MonadBase or MonadBaseControl
https://github.com/basvandijk/lifted-base
haskell
Last synced: 10 days ago
JSON representation
IO operations from the base library lifted to any instance of MonadBase or MonadBaseControl
- Host: GitHub
- URL: https://github.com/basvandijk/lifted-base
- Owner: basvandijk
- License: bsd-3-clause
- Created: 2011-11-11T18:17:02.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T21:13:44.000Z (over 1 year ago)
- Last Synced: 2024-05-21T01:06:26.285Z (6 months ago)
- Topics: haskell
- Language: Haskell
- Homepage:
- Size: 150 KB
- Stars: 19
- Watchers: 5
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
[![Hackage](https://img.shields.io/hackage/v/lifted-base.svg)](https://hackage.haskell.org/package/lifted-base)
[![Build Status](https://travis-ci.org/basvandijk/lifted-base.svg)](https://travis-ci.org/basvandijk/lifted-base)IO operations from the base library lifted to any instance of
`MonadBase` or `MonadBaseControl`The package includes a copy of the `monad-peel` testsuite written by
Anders Kaseorg The tests can be performed using `cabal test`.