Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
77ccc59a
Commit
77ccc59a
authored
Sep 21, 2006
by
audreyt@audreyt.org
Browse files
* Fix stray comma in HsTypes.lhs's import line.
parent
8053aac5
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/hsSyn/HsTypes.lhs
View file @
77ccc59a
...
...
@@ -32,7 +32,7 @@ import {-# SOURCE #-} HsExpr ( HsSplice, pprSplice )
import Type ( Type )
import {- Kind parts of -}
Type ( {- instance Outputable Kind -}
,
Kind,
Type ( {- instance Outputable Kind -} Kind,
pprParendKind, pprKind, isLiftedTypeKind )
import BasicTypes ( IPName, Boxity, tupleParens )
import SrcLoc ( Located(..), unLoc, noSrcSpan )
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment