------------------------------------------------------------------------------- {- LANGUAGE CPP #-} ------------------------------------------------------------------------------- -- | -- Module : Control.DeepSeq.Bounded.Compile -- Copyright : Andrew G. Seniuk 2014-2015 -- License : BSD-style (see the file LICENSE) -- -- Maintainer : Andrew Seniuk -- Stability : provisional -- Portability : portable -- -- This is normally part of , -- 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 ) -------------------------------------------------------------------------------