Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haddock
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Glasgow Haskell Compiler
haddock
Commits
e16028bd
Commit
e16028bd
authored
1 year ago
by
Jade
Committed by
Hannes Siebenhandl
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Adjust test for ghc MR !10993
parent
1d230980
No related branches found
Branches containing commit
No related tags found
1 merge request
!49
Adjust test for ghc MR !10993
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
html-test/ref/Bug1004.html
+26
-0
26 additions, 0 deletions
html-test/ref/Bug1004.html
with
26 additions
and
0 deletions
html-test/ref/Bug1004.html
+
26
−
0
View file @
e16028bd
...
...
@@ -87,6 +87,32 @@
><div
class=
"doc"
><p
>
Lifted product of functors.
</p
><h4
class=
"subheading details-toggle-control details-toggle"
data-details-id=
"ch:Product0"
>
Examples
</h4
><details
id=
"ch:Product0"
><summary
class=
"hide-when-js-enabled"
>
Expand
</summary
><pre
class=
"screen"
><code
class=
"prompt"
>
>>>
</code
><strong
class=
"userinput"
><code
>
fmap (+1) (Pair [1, 2, 3] (Just 0))
</code
></strong
>
Pair [2,3,4] (Just 1)
</pre
><pre
class=
"screen"
><code
class=
"prompt"
>
>>>
</code
><strong
class=
"userinput"
><code
>
Pair
"
Hello,
"
(Left 'x')
<>
Pair
"
World
"
(Right 'y')
</code
></strong
>
Pair
"
Hello, World
"
(Right 'y')
</pre
></details
></div
><div
class=
"subs constructors"
><p
class=
"caption"
...
...
This diff is collapsed.
Click to expand it.
Zubin
@wz1000
mentioned in merge request
!45 (closed)
·
1 year ago
mentioned in merge request
!45 (closed)
mentioned in merge request !45
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment