Agda-2.6.4.1: A dependently typed functional programming language and proof assistant
Safe HaskellSafe-Inferred
LanguageHaskell2010

Agda.Interaction.Options.Help

Synopsis

Documentation

data Help Source #

Interface to the help function

Constructors

GeneralHelp

General usage information

HelpFor HelpTopic

Specialised usage information about TOPIC

Instances

Instances details
Generic Help Source # 
Instance details

Defined in Agda.Interaction.Options.Help

Associated Types

type Rep Help :: Type -> Type Source #

Methods

from :: Help -> Rep Help x Source #

to :: Rep Help x -> Help Source #

Show Help Source # 
Instance details

Defined in Agda.Interaction.Options.Help

NFData Help Source # 
Instance details

Defined in Agda.Interaction.Options.Help

Methods

rnf :: Help -> () Source #

Eq Help Source # 
Instance details

Defined in Agda.Interaction.Options.Help

Methods

(==) :: Help -> Help -> Bool Source #

(/=) :: Help -> Help -> Bool Source #

type Rep Help Source # 
Instance details

Defined in Agda.Interaction.Options.Help

type Rep Help

helpTopicUsage :: HelpTopic -> String Source #

Usage information generation

string2HelpTopic :: String -> Maybe HelpTopic Source #

Conversion functions to strings

allHelpTopics :: [(String, HelpTopic)] Source #