packages feed

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

-- Semantic and Lexical errors are reported
module T8 where

-- >>> noFunctionWithThisName
-- Variable not in scope: noFunctionWithThisName

-- >>> "a" + "bc"
-- No instance for (Num [Char]) arising from a use of '+'

-- >>> "
-- lexical error in string/character literal at end of input

-- >>> 3 `div` 0
-- divide by zero