measurable

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

commit 5243dee218fcb7507a9eb5749e91d58269746fe4
parent 16bbfbbbe8392c36df192dde0406b73472fcaeab
Author: Jared Tobin <jared@jtobin.ca>
Date:   Thu,  2 Mar 2017 18:32:24 +1300

Update README.

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -19,8 +19,8 @@ Query measures by integrating meaurable functions against them. Extract moments, cumulative density functions, or probabilities. Check out the module comments or *examples* folder for sample use. You can -also check out a couple of blog posts I wrote about the theoretical foundations -and implementation of the library here: +also check out a few blog posts I wrote about the theoretical foundations and +implementation of the library here: * [Foundations of the Giry Monad][foun] * [Implementing the Giry Monad][impl]