Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
76fcd85d
Commit
76fcd85d
authored
Apr 02, 2004
by
simonpj
Browse files
[project @ 2004-04-02 16:54:02 by simonpj]
Another stage-2 wibble to last commit
parent
c244ae2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/hsSyn/Convert.lhs
View file @
76fcd85d
...
...
@@ -62,7 +62,7 @@ mk_con con = L loc0 $ case con of
= (noLoc (vName i), noLoc $ BangType HsNoBang (cvtType ty))
mk_derivs [] = Nothing
mk_derivs cs = Just
(
noLoc
[
noLoc $ HsClassP (tconName c) [] | c <- cs]
)
mk_derivs cs = Just
[
noLoc
$ HsPredTy $
noLoc $ HsClassP (tconName c) [] | c <- cs]
cvt_ltop :: TH.Dec -> Either (LHsDecl RdrName) Message
cvt_ltop d = case cvt_top d of
...
...
Write
Preview
Supports
Markdown
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