Skip to content

Commit 73dbda9

Browse files
committed
Merge pull request knupfer#52 from TOSPIO/master
Fixed incorrect number of EVar type arguments
2 parents f242ac4 + a06fe01 commit 73dbda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HaskellEmacs.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ fromName (S.Symbol str) = str
212212
fromName (S.Ident str) = str
213213

214214
exportFunction :: ExportSpec -> Maybe Name
215-
exportFunction (EVar _ qname) = unQualifiedName qname
215+
exportFunction (EVar qname) = unQualifiedName qname
216216
exportFunction (EModuleContents _) = Nothing
217217
exportFunction _ = Nothing
218218

0 commit comments

Comments
 (0)