diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2017-05-19 11:55:38 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2017-05-19 12:23:53 +0100 |
commit | 875159cc89d7d7120395e026330397a620531c25 (patch) | |
tree | b4cbcf5459d1881f0da65bf530032a18c280224a | |
parent | c039624a83f3eacf03dbe41c3f6e3362d7ef6666 (diff) | |
download | haskell-875159cc89d7d7120395e026330397a620531c25.tar.gz |
Comments and white space only
-rw-r--r-- | compiler/iface/MkIface.hs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/compiler/iface/MkIface.hs b/compiler/iface/MkIface.hs index 4968c2921c..dec7215715 100644 --- a/compiler/iface/MkIface.hs +++ b/compiler/iface/MkIface.hs @@ -476,10 +476,9 @@ addFingerprints hsc_env mb_old_fingerprint iface0 new_decls extendOccEnvList env [ (b,n) | b <- ifaceDeclImplicitBndrs d ] where n = getOccName d - -- strongly-connected groups of declarations, in dependency order + -- Strongly-connected groups of declarations, in dependency order groups :: [SCC IfaceDeclABI] - groups = - stronglyConnCompFromEdgedVerticesUniq edges + groups = stronglyConnCompFromEdgedVerticesUniq edges global_hash_fn = mkHashFun hsc_env eps |