packages feed

hls-gadt-plugin-1.0.0.0: test/testdata/Deriving.hs

module Deriving where

data Foo = Bar Int | Baz Char String deriving (Show, Eq)