{-# language PackageImports #-} -- | This module re-exports from . module Text.Trifecta.Indentation (module Impl) where import "indentation-trifecta" Text.Trifecta.Indentation as Impl hiding (Token)