packages feed

HarmTrace-0.4: MIR/GeneratedInstances/GeneratedInstance3.hs

{-# OPTIONS_GHC -fno-warn-orphans   #-}
{-# LANGUAGE TemplateHaskell        #-}
{-# LANGUAGE EmptyDataDecls         #-}
{-# LANGUAGE TypeFamilies           #-}

module MIR.GeneratedInstances.GeneratedInstance3 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.GeneratedInstance4()

$(deriveAll ''TMin)
$(simplInstance ''ParseG ''TMin 'parseG 'parseGdefault)
$(simplInstance ''ShowChord ''TMin 'showChord 'showChordDefault)
$(simplInstance ''Children ''TMin 'children 'childrenDef)
$(simplInstance ''Build ''TMin 'build 'buildDef)
$(simplInstance ''SEq ''TMin 'shallowEq 'shallowEqDef)
instance GDiff TMin