measurable

A simple shallowly-embedded DSL for dealing with measures.
Log | Files | Refs | README | LICENSE

commit bdec4edc49a6c92e7cbb258507edfbc4889d8c44
parent e4ad625416c0f90722843f8ee4905b416e641e13
Author: Jared Tobin <jared@jtobin.ca>
Date:   Thu,  2 Apr 2015 18:34:06 +1000

Update description

Diffstat:
Mmeasurable.cabal | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/measurable.cabal b/measurable.cabal @@ -15,11 +15,11 @@ synopsis: A shallowly-embedded DSL for basic measure wrangling. description: @measurable@ is a simple shallowly-embedded DSL for dealing with measures. - It adds a @Measure@ type as a synonym for a standard continuation type with - a restricted output type and no @callCC@ implementation. + It adds a @Measure@ synonym for a standard continuation type with a + restricted output type and no @callCC@ implementation. - You can construct measures from samples, density functions, or even sampling - functions using a monad transformer @MeasureT@ type. + You can construct measures from samples, mass/density functions, or even + sampling functions. Construct image measures by @fmap@-ing measurable functions over them, or create new measures from existing ones by seamless measure arithmetic provided