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
65362456
Commit
65362456
authored
26 years ago
by
sof
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1998-08-17 18:24:48 by sof]
-syslib misc -> -syslib ghc
parent
3518dc68
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/docs/users_guide/libmisc.vsgml
+3
-3
3 additions, 3 deletions
ghc/docs/users_guide/libmisc.vsgml
with
3 additions
and
3 deletions
ghc/docs/users_guide/libmisc.vsgml
+
3
−
3
View file @
65362456
...
...
@@ -247,7 +247,7 @@ accumulating any errors that occur.
%************************************************************************
You need to @import PackedString@ and heave in your
@-syslib
gh
c@ to use @PackedString@s.
@-syslib
mis
c@ to use @PackedString@s.
The basic type and functions available are:
<tscreen><verb>
...
...
@@ -512,7 +512,7 @@ unzipWith :: (a -> b -> c) -> [(a, b)] -> [c]
%* *
%************************************************************************
The GHC system library (@-syslib
gh
c@) also provides interfaces to
The GHC system library (@-syslib
mis
c@) also provides interfaces to
several useful C libraries, mostly from the GNU project.
%************************************************************************
...
...
@@ -532,7 +532,7 @@ Readline library. As such, you will need to look at the GNU
documentation (and have a @libreadline.a@ file around somewhere...)
You'll need to link any Readlining program with @-lreadline -ltermcap@,
besides the usual @-syslib
gh
c@ (and @-fhaskell-1.3@).
besides the usual @-syslib
mis
c@ (and @-fhaskell-1.3@).
The main function you'll use is:
<tscreen><verb>
...
...
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