packages feed

haskell-language-server-1.1.0.0: test/testdata/gototest/src/Lib2.hs

module Lib2 where

import Lib

g = do
    someFunc
    print x
  where z = 1+2
        y = z+z
        x = y*z

otherId :: DataType -> DataType
otherId dataType = dataType