packages feed

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

module TCompare where

-- In plain comments, the previous result of an evaluation is simply replaced

-- >>> 2+2
-- 4

-- In Haddock comments, the previous result of an evaluation is compared with the new one
-- and difference are displayed

-- | >>> 2+2
-- WAS 5
-- NOW 4