-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Indentation sensitive parsing combinators for Parsec and Trifecta -- -- Indentation sensitive parsing combinators for Parsec and Trifecta. -- -- This package provides both the Parsec and Trifecta combinators. It is -- mainly useful for backward compatability with older versions of -- indentation. Individual backends are available in the -- indentation-parsec and indentation-trifecta packages. -- -- See -- -- Michael D. Adams and Ömer S. Ağacan. Indentation-sensitive -- parsing for Parsec. In Proceedings of the 2014 ACM SIGPLAN -- Symposium on Haskell, Haskell ’14, pages 121–132. ACM, New York, -- NY, USA, September 2014. ISBN 978-1-4503-3041-1. -- doi:10.1145/2633357.2633369. @package indentation @version 0.3 module Text.Parser.Indentation.Implementation module Text.Trifecta.Indentation module Text.Parsec.Indentation.Token module Text.Parsec.Indentation.Char module Text.Parsec.Indentation