Yes, people don't write lazy functional programs in Haskell any more. In the Era of Monadic Enlightenment, obfuscated imperative programming is the Way To Go. :-\ :-)-- a filter program process an entire input to yield some output type FilterProgram = [Line] -> [Line]Forget this, if it's not an (old) exercise