File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
ghcide/src/Development/IDE/GHC Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import Development.IDE.GHC.Compat
20
20
import Development.IDE.GHC.Util
21
21
import GHC ()
22
22
import GhcPlugins
23
- -- import Retrie.ExactPrint (Annotated)
23
+ import Retrie.ExactPrint (Annotated )
24
24
import qualified StringBuffer as SB
25
25
26
26
@@ -151,11 +151,11 @@ instance NFData ModGuts where
151
151
instance NFData (ImportDecl GhcPs ) where
152
152
rnf = rwhnf
153
153
154
- -- instance Show (Annotated ParsedSource) where
155
- -- show _ = "<Annotated ParsedSource>"
154
+ instance Show (Annotated ParsedSource ) where
155
+ show _ = " <Annotated ParsedSource>"
156
156
157
- -- instance NFData (Annotated ParsedSource) where
158
- -- rnf = rwhnf
157
+ instance NFData (Annotated ParsedSource ) where
158
+ rnf = rwhnf
159
159
160
160
#if MIN_GHC_API_VERSION(9,0,1)
161
161
instance (NFData HsModule ) where
You can’t perform that action at this time.
0 commit comments