megaparsec/Text/ParserCombinators/Parsec/Token.hs
2008-02-17 03:53:24 +00:00

24 lines
644 B
Haskell

-----------------------------------------------------------------------------
-- |
-- Module : Text.ParserCombinators.Parsec.Token
-- 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.Token
( LanguageDef,
GenLanguageDef(..),
TokenParser,
GenTokenParser(..),
makeTokenParser
) where
import Text.Parsec.Token