DEBSOURCES
Skip Quicknav
sources / haskell-ormolu / 0.8.0.0-1 / data / diff-tests / outputs / simple-hunk.txt
12345678910
TEST @@ -1,7 +1,7 @@ module Main (main) where main :: IO () - main = return () + main = pure () foo :: Int foo = 5