hls-semantic-tokens-plugin-2.6.0.0: test/testdata/TTypefamily.hs
{-# LANGUAGE TypeFamilies #-}
module TTypefamily where
type family Foo a where
Foo Int = Int
Foo a = String
{-# LANGUAGE TypeFamilies #-}
module TTypefamily where
type family Foo a where
Foo Int = Int
Foo a = String