parsley-core-1.6.0.0: A fast parser combinator library backed by Typed Template Haskell
LicenseBSD-3-Clause
MaintainerJamie Willis
Stabilitystable
Safe HaskellNone
LanguageHaskell2010

Parsley.Internal.Verbose

Description

This module contains a single orphan instance that enables debugging output on the Parsley compiler. This output is not useful for the user, but may potentially serve as useful additional information when submitting a bug report.

Since: 0.1.0.0

Orphan instances

Trace Source #

This instance, when in scope, will enable additional debug output from the Parsley compilation process. It will always superscede the default instance defined in Parsley.

Since: 0.1.0.0

Instance details

Methods

trace :: String -> a -> a Source #