packages feed

haskell-language-server-2.7.0.0: plugins/hls-eval-plugin/test/testdata/TNoImplicitPrelude.expected.hs

{-# LANGUAGE NoImplicitPrelude #-}

module TNoImplicitPrelude where

import Data.List (unwords)
import Data.String (String)

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