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