Skip to content

Commit f9a7a99

Browse files
committed
export list
1 parent 509e2db commit f9a7a99

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

ghcide/src/Development/IDE/Core/Actions.hs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{-# LANGUAGE NoApplicativeDo #-}
22
{-# LANGUAGE TypeFamilies #-}
3-
module Development.IDE.Core.Actions where
3+
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
414

515
import Control.Monad.Reader
616
import Control.Monad.Trans.Maybe

0 commit comments

Comments
 (0)