Skip to content
Snippets Groups Projects
Commit 875159cc authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

Comments and white space only

parent c039624a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment