packages feed

static-ls-0.1.2: test/TestData/Mod2.hs

module TestData.Mod2 where

{- | Lsp Position line: 11,  character: 0
another line of comments
-}
myFun ::
    -- | First int
    Int ->
    -- | Second int
    Int ->
    Int
myFun n m = n + m