<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -58,15 +58,15 @@ Here's an example of how such an operator might be defined:
 
     var OPERATORS = {
       &quot;+&quot;: function(a, b) {
-        return Miso.curry(function(o) {
+        return curry(function(o) {
           return a + o;
         }, b);
       }
-    }
+    };
 
 And here's a use case:
 
-    Miso.List.sum = Miso.List.foldl(&quot;+&quot;, 0);
+    sum = foldl(&quot;+&quot;, 0);
 
 
 ### Miso.List</diff>
      <filename>README.md</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>88e83cbfff6e1f505100139215226a23974cde6b</id>
    </parent>
  </parents>
  <author>
    <name>Benedict Eastaugh</name>
    <email>benedict@eastaugh.net</email>
  </author>
  <url>http://github.com/ionfish/miso/commit/785ac51127cc1f0c053ce38e9723236f044868a3</url>
  <id>785ac51127cc1f0c053ce38e9723236f044868a3</id>
  <committed-date>2009-09-11T16:24:03-07:00</committed-date>
  <authored-date>2009-09-11T16:24:03-07:00</authored-date>
  <message>Remove namespacing to make examples clearer.</message>
  <tree>886090c488a624b6afd6e8ed9fc48d3fd9505d2d</tree>
  <committer>
    <name>Benedict Eastaugh</name>
    <email>benedict@eastaugh.net</email>
  </committer>
</commit>
