lib/totally_lazy/functions.rb in totally_lazy-0.1.53 vs lib/totally_lazy/functions.rb in totally_lazy-0.1.54

- old
+ new

@@ -8,13 +8,12 @@ def *(g) Proc.compose(self, g) end - def and(g) + def and_then(g) Proc.compose(g, self) end - alias and_then and end module Functions private def monoid(fn, id) \ No newline at end of file