packages feed

hls-tactics-plugin-1.1.0.0: src/Ide/Plugin/Tactic.hs

-- | A plugin that uses tactics to synthesize code
module Ide.Plugin.Tactic
  ( descriptor
  , tacticTitle
  , TacticCommand (..)
  ) where

import Wingman.Plugin