ghc-tags-plugin-0.2.0.0: A compiler plugin which generates tags file from GHC parsed syntax tree.

Safe HaskellSafe
LanguageHaskell2010

Plugin.GhcTags.Options

Synopsis

Documentation

data Options f Source #

ghc-tags-plugin options

Constructors

Options 

Fields

data ParserResult a #

Result of execParserPure.

Instances
Monad ParserResult 
Instance details

Defined in Options.Applicative.Types

Functor ParserResult 
Instance details

Defined in Options.Applicative.Types

Methods

fmap :: (a -> b) -> ParserResult a -> ParserResult b #

(<$) :: a -> ParserResult b -> ParserResult a #

Applicative ParserResult 
Instance details

Defined in Options.Applicative.Types

Show a => Show (ParserResult a) 
Instance details

Defined in Options.Applicative.Types