packages feed

haskell-language-server-2.14.0.0: plugins/hls-refactor-plugin/test/data/add-arg/QualifiedName.hs

module QualifiedName where

import Data.List.NonEmpty (NonEmpty(..))

foo :: NonEmpty a -> [a]
foo xs = NE.toList xs