packages feed

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

module Parenthesized where

import Prelude

thing :: [Int] -> [Int] -> [Int]
thing = (<>)