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