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