packages feed

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

-- Tests in the same document section are executed together
module TSectionEval where

{-
>>> 1+1
2

>>> 2+2
4
-}

{-
>>> 3+3

>>> 4+4
-}