-- These examples are all yanked from generic-deriving, which exports them as
-- part of the package, and modified as needed. We probably don't want to
-- expose them from this package, but they make for great tests!
module Examples (
module Generics.Linear,
module Generics.Deriving.Copoint,
module Generics.Deriving.ConNames,
module Generics.Deriving.Default,
module Generics.Deriving.Enum,
module Generics.Deriving.Eq,
module Generics.Deriving.Functor,
module Generics.Deriving.Show,
module Generics.Deriving.Uniplate,
module Generics.Deriving.TraversableConf
) where
import Generics.Linear
import Generics.Deriving.Copoint
import Generics.Deriving.ConNames
import Generics.Deriving.Default
import Generics.Deriving.Enum
import Generics.Deriving.Eq
import Generics.Deriving.Functor
import Generics.Deriving.Show
import Generics.Deriving.Uniplate
import Generics.Deriving.TraversableConf