packages feed

HarmTrace-0.4: MIR/GeneratedInstances/GeneratedInstance4.hs

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

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

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