Custom Filter Function with Predicate using List Comprehension
This might help you I need to develop my own filter function similar to how
filter works in Haskell but by using list comprehension and a predicate. So
I would put lcFilter (>3) [1,2,3,4,5,6,10,444,3] in ghci and it would print
all numbers greater th
Date : January 02 2021, 06:48 AM , By : Munir