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