packages feed

haskell-language-server-2.7.0.0: plugins/hls-gadt-plugin/test/testdata/Newtype.expected.hs

module Newtype where

newtype Foo where
  Bar :: Int -> Foo