Skip to content

Commit 4e071f2

Browse files
committed
Merge pull request #265 from JMerrill/master
Link in comment now points to most recent copy from archive.org
2 parents 1ed50ef + 83ae9a3 commit 4e071f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/FSharpx.Core/Stm.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*)
1313

1414
/// <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" />
15+
/// <see href="http://web.archive.org/web/20110926161739/http://cs.hubfs.net/blogs/hell_is_other_languages/archive/2008/01/16/4565.aspx" />
1616
module FSharpx.Stm
1717

1818
[<AutoOpen>]
@@ -431,4 +431,4 @@ module ListQueue =
431431
let head, last = List.foldBack f list (Nil, Nil)
432432
{ head = newTVar head; last = newTVar last }
433433

434-
434+

0 commit comments

Comments
 (0)