packages feed

haskell-language-server-2.7.0.0: plugins/hls-stan-plugin/test/testdata/extensions-language-pragma/LanguagePragmaTest.hs

{-# LANGUAGE StrictData #-}

module LanguagePragmaTest () where

-- With the above `StrictData` language pragma, Stan shouldn't complain here:
data A = A Int Int

-- ...but it should still complain here!
kewlFunc = undefined