indentation-0.3.0.1: src/Text/Parser/Indentation/Implementation.hs
{-# language PackageImports #-}
-- | This module re-exports <https://hackage.haskell.org/package/indentation-core/docs/Text-Parser-Indentation-Implementation.html Text.Parser.Indentation.Implementation> from <https://hackage.haskell.org/package/indentation-core indentation-core>.
module Text.Parser.Indentation.Implementation (module Impl)
where
import "indentation-core" Text.Parser.Indentation.Implementation as Impl