The latest version of data-fresh is 0.2013.251.0-0.
data-fresh
Version 0.2013.250.1 revision 0 uploaded by StijnVanDrongelen.
Package meta
- Synopsis
- Interface and functor transformers for fresh values
- Description
A simple library, mostly containing of an interface to generate fresh values.
This package also includes two functor transformers which implement this interface. They consume fresh values from user-supplied comonads. Currently, two approaches are implemented:
In
Stream
, the comonad provides a way to succeed a value.In
Delta
, the comonad provides a way to split the value or to succeeded it. The benefit is that the underlying functor doesn't need to be a monad.
- Author
- Stijn van Drongelen
- Bug reports
- n/a
- Category
- Control
- Copyright
- Copyright (c) 2013 Stijn van Drongelen
- Homepage
- n/a
- Maintainer
- Stijn van Drongelen <rhymoid@gmail.com>
- Package URL
- n/a
- Stability
- experimental