Apply all world side effects using list
This commit is contained in:
@@ -128,4 +128,3 @@ before y (x:z:ys) | y == z = x
|
||||
| otherwise = before y (z:ys)
|
||||
after y (x:z:ys) | y == x = z
|
||||
| otherwise = after y (z:ys)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user