packages feed

hls-eval-plugin-1.1.0.0: test/testdata/T6.hs

module T6 where

import Data.List (unwords)

-- >>> let evaluation = " evaluation"
-- >>> unwords example ++ evaluation
-- "This is a stale example of evaluation"
example :: [String]
example = ["This","is","an","example","of"]