{-# language PackageImports #-} -- | This module re-exports from . module Text.Parser.Indentation.Implementation (module Impl) where import "indentation-core" Text.Parser.Indentation.Implementation as Impl