| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Ide.Plugin.Tactic.TestTypes
Synopsis
- data TacticCommand
- tacticTitle :: TacticCommand -> Text -> Text
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
tacticTitle :: TacticCommand -> Text -> Text Source #
Generate a title for the command.