regions-0.9: Control/Monad/Trans/Region/Unsafe.hs
-------------------------------------------------------------------------------
-- |
-- Module : Control.Monad.Trans.Region.Unsafe
-- Copyright : (c) 2009-2010 Bas van Dijk
-- License : BSD3 (see the file LICENSE)
-- Maintainer : Bas van Dijk <v.dijk.bas@gmail.com>
--
--
--------------------------------------------------------------------------------
module Control.Monad.Trans.Region.Unsafe ( unsafeStripLocal ) where
import Control.Monad.Trans.Region.Internal ( unsafeStripLocal )