Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Show more breadcrumbs
Gesh
GHC
Commits
e8c534f4
Commit
e8c534f4
authored
27 years ago
by
Simon Marlow
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1997-12-04 11:18:31 by simonm]
literate fixes.
parent
c2624f32
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/docs/users_guide/libraries.lit
+4
-4
4 additions, 4 deletions
ghc/docs/users_guide/libraries.lit
with
4 additions
and
4 deletions
ghc/docs/users_guide/libraries.lit
+
4
−
4
View file @
e8c534f4
...
...
@@ -953,8 +953,8 @@ Word64 & 64 \\
\end{tabular}
For each type {\
it W\/
} above, we provide the following functions and
instances. The type {\
it I\/
} refers to the signed integer type of the
For each type {\
em W
} above, we provide the following functions and
instances. The type {\
em I
} refers to the signed integer type of the
same size.
\begin{verbatim}
...
...
@@ -990,7 +990,7 @@ intToWord32 :: Int -> Word32
Notes:
\begin{itemize}
\item All arithmetic is performed modulo
2\verb+^+n
\item All arithmetic is performed modulo
@2^n@.
One non-obvious consequequence of this is that {\tt negate}
should {\em not\/} raise an error on negative arguments.
...
...
@@ -1042,7 +1042,7 @@ Int64 & 64 \\
\end{tabular}
For each type {\
it I\/
} above, we provide the following instances.
For each type {\
em I
} above, we provide the following instances.
\begin{verbatim}
data I -- Signed Ints
...
...
This diff is collapsed.
Click to expand it.
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