Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Fumiaki Kinoshita
GHC
Commits
822af416
Commit
822af416
authored
Aug 29, 2016
by
Ryan Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken Haddock comment
parent
983f6609
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libraries/template-haskell/Language/Haskell/TH/Syntax.hs
libraries/template-haskell/Language/Haskell/TH/Syntax.hs
+1
-1
No files found.
libraries/template-haskell/Language/Haskell/TH/Syntax.hs
View file @
822af416
...
...
@@ -1445,7 +1445,7 @@ data Exp
|
ConE
Name
-- ^ @data T1 = C1 t1 t2; p = {C1} e1 e2 @
|
LitE
Lit
-- ^ @{ 5 or \'c\'}@
|
AppE
Exp
Exp
-- ^ @{ f x }@
|
AppTypeE
Exp
Type
--
$
@{ f \@Int }
|
AppTypeE
Exp
Type
--
^
@{ f \@Int }
|
InfixE
(
Maybe
Exp
)
Exp
(
Maybe
Exp
)
-- ^ @{x + y} or {(x+)} or {(+ x)} or {(+)}@
...
...
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