Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
67b34437
Commit
67b34437
authored
Aug 07, 2007
by
Ian Lynagh
Browse files
Add blurb in the user guide re stdout buffering differing between GHC and GHCi
parent
b4a94ccf
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/ghci.xml
View file @
67b34437
...
...
@@ -2587,6 +2587,18 @@ Prelude> :set -fno-glasgow-exts
<para>
See
<xref
linkend=
"ghci-windows"
/>
.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
The default buffering mode is different in GHCi to GHC.
</term>
<listitem>
<para>
In GHC, the stdout handle is line-buffered by default.
However, in GHCi we turn off the buffering on stdout,
because this is normally what you want in an interpreter:
output appears as it is generated.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect1>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment