Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- commandProvider :: TacticCommand -> TacticProvider
- commandTactic :: TacticCommand -> Text -> TacticsM ()
- data TacticProviderData = TacticProviderData {}
Documentation
commandProvider :: TacticCommand -> TacticProvider Source #
Mapping from tactic commands to their contextual providers. See provide
,
filterGoalType
and filterBindingType
for the nitty gritty.
commandTactic :: TacticCommand -> Text -> TacticsM () Source #
A mapping from tactic commands to actual tactics for refinery.
data TacticProviderData Source #