packages feed

haskell-language-server-2.7.0.0: plugins/hls-qualify-imported-names-plugin/test/data/Backticked.expected.hs

module Backticked where

import Prelude

f a b = a `Prelude.elem` b

g a b =
  let h = f a b
  in a `Prelude.elem` b