| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Ide.Plugin.Tactic.LanguageServer.TacticProviders
Synopsis
- commandProvider :: TacticCommand -> TacticProvider
- commandTactic :: TacticCommand -> OccName -> TacticsM ()
- tcCommandId :: TacticCommand -> CommandId
- data TacticParams = TacticParams {}
Documentation
commandProvider :: TacticCommand -> TacticProvider Source #
Mapping from tactic commands to their contextual providers. See provide,
 filterGoalType and filterBindingType for the nitty gritty.
commandTactic :: TacticCommand -> OccName -> TacticsM () Source #
A mapping from tactic commands to actual tactics for refinery.
tcCommandId :: TacticCommand -> CommandId Source #
Construct a CommandId
data TacticParams Source #
Constructors
| TacticParams | |