We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cc56d commit 8d84304Copy full SHA for 8d84304
ghcide/src/Development/IDE/Core/Actions.hs
@@ -1,6 +1,16 @@
1
{-# LANGUAGE NoApplicativeDo #-}
2
{-# LANGUAGE TypeFamilies #-}
3
-module Development.IDE.Core.Actions where
+module Development.IDE.Core.Actions
4
+( getAtPoint
5
+, getDefinition
6
+, getTypeDefinition
7
+, highlightAtPoint
8
+, refsAtPoint
9
+, useE
10
+, useNoFileE
11
+, usesE
12
+, workspaceSymbols
13
+) where
14
15
import Control.Monad.Reader
16
import Control.Monad.Trans.Maybe
0 commit comments