instant-generics-0.3.5: src/Generics/Instant/Functions.hs
-----------------------------------------------------------------------------
-- |
-- Module : Generics.Instant.Functions
-- Copyright : (c) 2010, Universiteit Utrecht
-- License : BSD3
--
-- Maintainer : generics@haskell.org
-- Stability : experimental
-- Portability : non-portable
--
-- This module simply reexports all the generic functions' modules.
--
-----------------------------------------------------------------------------
module Generics.Instant.Functions (
module Generics.Instant.Functions.Empty,
module Generics.Instant.Functions.Show,
module Generics.Instant.Functions.Eq
) where
import Generics.Instant.Functions.Empty
import Generics.Instant.Functions.Show
import Generics.Instant.Functions.Eq