Skip to content

Commit

Permalink
Fixed link in README to Clojure's delay
Browse files Browse the repository at this point in the history
  • Loading branch information
qnet-herwin committed Jun 26, 2017
1 parent 041c1d1 commit b4443ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -74,7 +74,7 @@ Value objects inspired by other languages:


* [Maybe](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/Maybe.html) A thread-safe, immutable object representing an optional value, based on * [Maybe](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/Maybe.html) A thread-safe, immutable object representing an optional value, based on
[Haskell Data.Maybe](https://hackage.haskell.org/package/base-4.2.0.1/docs/Data-Maybe.html). [Haskell Data.Maybe](https://hackage.haskell.org/package/base-4.2.0.1/docs/Data-Maybe.html).
* [Delay](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/Delay.html) Lazy evaluation of a block yielding an immutable result. Based on Clojure's [delay](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/Delay.html). * [Delay](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/Delay.html) Lazy evaluation of a block yielding an immutable result. Based on Clojure's [delay](https://clojuredocs.org/clojure.core/delay).


Structure classes derived from Ruby's [Struct](http://ruby-doc.org/core-2.2.0/Struct.html): Structure classes derived from Ruby's [Struct](http://ruby-doc.org/core-2.2.0/Struct.html):


Expand Down

0 comments on commit b4443ff

Please sign in to comment.