optparse-applicative-fork-0.16.1.0: Utilities and combinators for parsing command line options
Safe Haskell Safe-Inferred
Language Haskell98

Options.Applicative.Help.Ann

Documentation

class CanAnnotate a where Source #

Methods

annTrace Source #

Arguments

:: Int

Trace level

-> String

Trace message

-> a

Value to be traced

-> a

The traced value

Annotate trace a value