| License | BSD-3-Clause |
|---|---|
| Maintainer | Jamie Willis |
| Stability | stable |
| Safe Haskell | None |
| Language | Haskell2010 |
Parsley.Internal.Trace
Description
This module contains the defintion of the Trace class, used to print additional debug information
from the internals.
Since: 0.1.0.0
Documentation
Minimal complete definition
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 |
Defined in Parsley.Internal.Verbose | |
| Trace Source # | The default instance for Since: 0.1.0.0 |