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