packages feed

haskell-language-server-2.7.0.0: plugins/hls-splice-plugin/test/testdata/TDeclKindError.expected.hs

{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE QuasiQuotes #-}
module TSimpleDecl where
import Language.Haskell.TH ( mkName, clause, normalB, funD, sigD )

-- Foo
--  Bar
foo :: Int
foo = 42
bar :: Int
-- Bar
-- ee
-- dddd