module Foo where x = 5 hms = length . filter isSpace nw1 = length . words nw2 = length . map hms . words text = "this is a somewhat longer sample text for fun" foo = x