hls-tactics-plugin-0.5.1.0: Tactics plugin for Haskell Language Server
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ide.Plugin.Tactic.TestTypes

Synopsis

Documentation

data TacticCommand Source #

The list of tactics exposed to the outside world. These are attached to actual tactics via commandTactic and are contextually provided to the editor via commandProvider.

Instances

Instances details
Bounded TacticCommand Source # 
Instance details

Defined in Ide.Plugin.Tactic.TestTypes

Enum TacticCommand Source # 
Instance details

Defined in Ide.Plugin.Tactic.TestTypes

Eq TacticCommand Source # 
Instance details

Defined in Ide.Plugin.Tactic.TestTypes

Ord TacticCommand Source # 
Instance details

Defined in Ide.Plugin.Tactic.TestTypes

Show TacticCommand Source # 
Instance details

Defined in Ide.Plugin.Tactic.TestTypes

tacticTitle :: TacticCommand -> Text -> Text Source #

Generate a title for the command.