-- | Staged @generics-sop@ powered generics. -- -- For examples see "Staged.SOP.Examples.Eq". module Staged.SOP ( module Staged.SOP.Class, module Staged.SOP.TH, module Staged.Commons, ) where import Staged.Commons import Staged.SOP.Class import Staged.SOP.TH import Staged.SOP.Instances ()