[Pkg-cli-apps-commits] [fsharp] 41/60: Changed an error message within the Set module to use the correct module name.

Christopher Halse Rogers raof-guest at moszumanska.debian.org
Sun Sep 14 08:13:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

raof-guest pushed a commit to branch master
in repository fsharp.

commit f0eca162e039a43b13f6e5c1da8c6ac846d14e93
Author: jackpappas <jackp at server.fake>
Date:   Sat Jul 12 20:19:33 2014 -0400

    Changed an error message within the Set module to use the correct module name.
---
 src/fsharp/FSharp.Core/set.fs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fsharp/FSharp.Core/set.fs b/src/fsharp/FSharp.Core/set.fs
index ae662c7..fd96f14 100644
--- a/src/fsharp/FSharp.Core/set.fs
+++ b/src/fsharp/FSharp.Core/set.fs
@@ -194,7 +194,7 @@ namespace Microsoft.FSharp.Collections
         
         let rec spliceOutSuccessor t = 
             match t with 
-            | SetEmpty -> failwith "internal error: Map.spliceOutSuccessor"
+            | SetEmpty -> failwith "internal error: Set.spliceOutSuccessor"
             | SetOne (k2) -> k2,SetEmpty
             | SetNode (k2,l,r,_) ->
                 match l with 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git



More information about the Pkg-cli-apps-commits mailing list