packages feed

haskell-tools-builtin-refactorings-1.0.0.0: examples/Decl/StandaloneDeriving.hs

{-# LANGUAGE StandaloneDeriving #-}
module Decl.StandaloneDeriving where

data WrapStr = WrapStr String 

deriving instance Eq WrapStr