@@ -11,3 +11,8 @@ splitBy f s = case dropWhile f s of
[]->[]
s'->w:splitByfs''
where(w,s'')=breakfs'
-- |Remove a given item from a list.
removeItem::(Eqa)=>a->[a]->[a]
removeItemx=foldr(\x'y->ifx'==xthenyelsex':y)[]
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.