rewriting-0.2: src/Generics/Regular/Rewriting/Base.hs
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeFamilies #-}
-----------------------------------------------------------------------------
-- |
-- Module : Generics.Regular.Rewriting.Base
-- Copyright : (c) 2008 Universiteit Utrecht
-- License : BSD3
--
-- Maintainer : generics@haskell.org
-- Stability : experimental
-- Portability : non-portable
--
-- Summary: Base generic functions that are used for generic rewriting.
-- This module simply reexports "Generics.Regular.Functions", and is provided
-- for backwards-compatibility only.
-----------------------------------------------------------------------------
module Generics.Regular.Rewriting.Base (
module Generics.Regular.Functions
) where
import Generics.Regular.Functions