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