From: ross Date: Fri, 25 Apr 2003 17:43:06 +0000 (+0000) Subject: [project @ 2003-04-25 17:43:06 by ross] X-Git-Tag: nhc98-1-18-release~665 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0b07d2ffaf434e9cc0bc08556f5d86b032eb5ac8;p=ghc-base.git [project @ 2003-04-25 17:43:06 by ross] tiny haddock fix --- diff --git a/Data/Graph.hs b/Data/Graph.hs index 130c7dd..12b3a01 100644 --- a/Data/Graph.hs +++ b/Data/Graph.hs @@ -101,7 +101,7 @@ stronglyConnComp edges0 -- | The strongly connected components of a directed graph, topologically -- sorted. The function is the same as 'stronglyConnComp', except that -- all the information about each node retained. --- The "R" interface is used when you expect to apply 'SCC' to +-- This interface is used when you expect to apply 'SCC' to -- (some of) the result of 'SCC', so you don't want to lose the -- dependency information. stronglyConnCompR