-------------------------------------------------------------------------------

  {-  LANGUAGE CPP #-}

-------------------------------------------------------------------------------

-- |
-- Module      :  Control.DeepSeq.Bounded.Compile
-- Copyright   :  Andrew G. Seniuk 2014-2015
-- License     :  BSD-style (see the file LICENSE)
--
-- Maintainer  :  Andrew Seniuk <rasfar@gmail.com>
-- Stability   :  provisional
-- Portability :  portable
--
-- This is normally part of <http://hackage.haskell.org/package/deepseq-bounded-0.6.0.0/docs/Control-DeepSeq-Bounded-Pattern.html Pattern>,
-- but is broken out for the transitional version 0.6.*.

-------------------------------------------------------------------------------

  module Control.DeepSeq.Bounded.Compile
  (

      compilePat
    , showPat

  )
  where

-------------------------------------------------------------------------------

  import Control.DeepSeq.Bounded.Compile_shared_utils2 ( compilePat, showPat )

-------------------------------------------------------------------------------