{-# LANGUAGE DeriveDataTypeable #-}
-----------------------------------------------------------------------------
-- |
-- Module      :  SimpleReflect
-- Copyright   :  (c) 2008 Twan van Laarhoven
-- License     :  BSD-style
--
-- Maintainer  :  twanvl@gmail.com
-- Stability   :  experimental
-- Portability :  portable
--
-- Simple reflection of Haskell expressions containing variables.
--
-- This module re-exports Debug.SimpleReflect from the simple-reflect package.
--
-----------------------------------------------------------------------------
module SimpleReflect
    ( module Debug.SimpleReflect
    ) where

import Debug.SimpleReflect