megaparsec/Text/ParserCombinators/Parsec/Combinator.hs

20 lines
583 B
Haskell

-----------------------------------------------------------------------------
-- |
-- Module : Text.ParserCombinators.Parsec.Combinator
-- Copyright : (c) Paolo Martini 2007
-- License : BSD-style (see the LICENSE file)
--
-- Maintainer : derek.a.elkins@gmail.com
-- Stability : provisional
-- Portability : portable
--
-- Parsec compatibility module
--
-----------------------------------------------------------------------------
module Text.ParserCombinators.Parsec.Combinator
( module Text.Parsec.Combinator
) where
import Text.Parsec.Combinator