haskell-language-server-2.7.0.0: plugins/hls-eval-plugin/test/testdata/T7.expected.hs
module T7 where import Data.List (unwords) -- >>> -- -- >>> -- -- >>> unwords example -- "This is an example of" example :: [String] example = ["This","is","an","example","of"]