diff options
Diffstat (limited to 'compiler/SCC.ml')
-rw-r--r-- | compiler/SCC.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/SCC.ml b/compiler/SCC.ml index 2033574d..8b4cdb1f 100644 --- a/compiler/SCC.ml +++ b/compiler/SCC.ml @@ -3,7 +3,7 @@ open Collections module SccId = Identifiers.IdGen () -(** A functor to compute and order strongly connected components *) +(** A functor which provides functions to work on strongly connected components *) module Make (Id : OrderedType) = struct module IdMap = MakeMap (Id) module IdSet = MakeSet (Id) |