packages feed

haskell-language-server-2.7.0.0: plugins/hls-refactor-plugin/test/data/import-placement/LangPragmaModuleExplicitExports.hs

{-# LANGUAGE OverloadedStrings #-}

module Test
( SomeData(..)
) where

class Semigroup a => SomeData a

instance SomeData All