{-# OPTIONS_GHC -fno-warn-orphans #-} {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE EmptyDataDecls #-} {-# LANGUAGE TypeFamilies #-} module MIR.GeneratedInstances.GeneratedInstance8 where -- Generics stuff import Generics.Instant.TH -- Music stuff import MIR.HarmGram.ParserChord import MIR.HarmGram.ShowChord import MIR.Matching.GDiff import MIR.HarmGram.MIR import MIR.GeneratedInstances.GeneratedInstance9() $(deriveAll ''DMin) $(simplInstance ''ParseG ''DMin 'parseG 'parseGdefault) $(simplInstance ''ShowChord ''DMin 'showChord 'showChordDefault) $(simplInstance ''Children ''DMin 'children 'childrenDef) $(simplInstance ''Build ''DMin 'build 'buildDef) $(simplInstance ''SEq ''DMin 'shallowEq 'shallowEqDef) instance GDiff DMin