Skip to content

Commit 9e20195

Browse files
committed
Undo null
1 parent 69d9d2c commit 9e20195

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

containers/src/Data/Graph.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ instance F.Foldable SCC where
220220
foldr c n (AcyclicSCC v) = c v n
221221
foldr c n (NECyclicSCC vs) = foldr c n vs
222222

223-
null _ = False
224-
225223
toList = flattenSCC
226224

227225
#if MIN_VERSION_base(4,18,0)

0 commit comments

Comments
 (0)