packages feed

hls-eval-plugin-1.1.1.0: test/testdata/TCompare.hs

module TCompare where

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

-- >>> 2+2
-- 5

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

-- | >>> 2+2
-- 5