repositories
/
minfp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a9b8df
)
cleanup
author
Mart Lubbers
<mart@martlubbers.net>
Mon, 18 Mar 2019 13:25:44 +0000
(14:25 +0100)
committer
Mart Lubbers
<mart@martlubbers.net>
Mon, 18 Mar 2019 13:25:44 +0000
(14:25 +0100)
scc.icl
patch
|
blob
|
history
diff --git
a/scc.icl
b/scc.icl
index
7803f8b
..
b25ebfb
100644
(file)
--- a/
scc.icl
+++ b/
scc.icl
@@
-22,8
+22,8
@@
where
# (scc, [sl:stack]) = span ((<>) v) s.stack
# scc = scc ++ [sl]
= { s & sccs = [scc:s.sccs]
- , stack= stack
- , map = foldr (alter \(Just s)->Just {s & onstack=False}) s.map scc
+ , stack
= stack
+ , map
= foldr (alter \(Just s)->Just {s & onstack=False}) s.map scc
}
= s
where