packages feed

hls-gadt-plugin-1.0.0.0: test/testdata/Infix.expected.hs

module Infix where

data Foo where
  (:->) :: Int -> Char -> Foo
  deriving ()