{-# OPTIONS_GHC -fno-warn-orphans #-} {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE EmptyDataDecls #-} {-# LANGUAGE TypeFamilies #-} module MIR.GeneratedInstances.GeneratedInstance9 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.GeneratedInstance10() $(deriveAll ''DiatV) $(simplInstance ''ParseG ''DiatV 'parseG 'parseGdefault) $(simplInstance ''ShowChord ''DiatV 'showChord 'showChordDefault) $(simplInstance ''Children ''DiatV 'children 'childrenDef) $(simplInstance ''Build ''DiatV 'build 'buildDef) $(simplInstance ''SEq ''DiatV 'shallowEq 'shallowEqDef) instance GDiff DiatV