hls-eval-plugin-1.1.0.0: test/testdata/T7.hs
module T7 where import Data.List (unwords) -- >>> -- -- >>> -- -- >>> unwords example -- "This is a stale example of" example :: [String] example = ["This","is","an","example","of"]
module T7 where import Data.List (unwords) -- >>> -- -- >>> -- -- >>> unwords example -- "This is a stale example of" example :: [String] example = ["This","is","an","example","of"]