packages feed

hls-rename-plugin-1.0.0.0: test/testdata/RealignDo.hs

foo :: Maybe Integer
foo = do x <- Just 5
         t <- Just 10
         pure $ x + t