packages feed

haskell-language-server-2.10.0.0: ghcide-test/data/references/OtherModule.hs

module OtherModule (symbolDefinedInOtherModule, symbolDefinedInOtherOtherModule) where

import OtherOtherModule

symbolDefinedInOtherModule = 1

symbolLocalToOtherModule = 2

someFxn x = x + symbolLocalToOtherModule