We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed50ef commit 83ae9a3Copy full SHA for 83ae9a3
1 file changed
src/FSharpx.Core/Stm.fs
@@ -12,7 +12,7 @@
12
*)
13
14
/// <summary>The Software Transactional Memory monad.</summary>
15
-/// <see href="http://cs.hubfs.net/blogs/hell_is_other_languages/archive/2008/01/16/4565.aspx" />
+/// <see href="http://web.archive.org/web/20110926161739/http://cs.hubfs.net/blogs/hell_is_other_languages/archive/2008/01/16/4565.aspx" />
16
module FSharpx.Stm
17
18
[<AutoOpen>]
@@ -431,4 +431,4 @@ module ListQueue =
431
let head, last = List.foldBack f list (Nil, Nil)
432
{ head = newTVar head; last = newTVar last }
433
434
-
+
0 commit comments