packages feed

hls-eval-plugin-1.1.0.0: test/testdata/TNoImplicitPrelude.hs.expected

{-# 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"]