{-# language PackageImports #-} -- | This module re-exports from . module Text.Parsec.Indentation.Char (module Impl) where import "indentation-parsec" Text.Parsec.Indentation.Char as Impl