Skip to content

Commit

Permalink
Undo null
Browse files Browse the repository at this point in the history
  • Loading branch information
meooow25 committed Oct 26, 2024
1 parent 69d9d2c commit 9e20195
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions containers/src/Data/Graph.hs
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ instance F.Foldable SCC where
foldr c n (AcyclicSCC v) = c v n
foldr c n (NECyclicSCC vs) = foldr c n vs

null _ = False

toList = flattenSCC

#if MIN_VERSION_base(4,18,0)
Expand Down

0 comments on commit 9e20195

Please sign in to comment.