packages feed

haskell-language-server-2.7.0.0: plugins/hls-semantic-tokens-plugin/test/testdata/TTypefamily.hs

{-# LANGUAGE TypeFamilies #-}
module TTypefamily where

type family Foo a where
  Foo Int = Int
  Foo a = String