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 ad3188c commit 0953705Copy full SHA for 0953705
ghcide/src/Development/IDE/GHC/CoreFile.hs
@@ -154,7 +154,7 @@ get_defn identifier = NonRec identifier templ
154
where
155
templ = case maybeUnfoldingTemplate (realIdUnfolding identifier) of
156
Nothing -> error "get_dfn: no unfolding template"
157
- Just x -> x
+ Just x -> x
158
159
toIfaceTopBndr1 :: Module -> Id -> IfaceId
160
toIfaceTopBndr1 mod identifier
0 commit comments