Exercisses in Programming Style - Pipeline Style

Word Counter implementing the Pipeline Programming Style described in chapter 5 of the book Exercisses in Programming Style (Cristina Videira Lopes)

Compiling

ghc wc.hs

Running

./wc <file_name>