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