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
3427092e
Commit
3427092e
authored
Jan 30, 2000
by
simonmar
Browse files
[project @ 2000-01-30 10:08:27 by simonmar]
comment fixup
parent
266fadd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/PrelHandle.lhs
View file @
3427092e
...
...
@@ -388,7 +388,7 @@ sent to the operating system are flushed as for $flush$.
%*********************************************************
%* *
\subsection[
EOF
]{Detecting the
End of Input
}
\subsection[
FileSize
]{Detecting the
size of a file
}
%* *
%*********************************************************
...
...
@@ -430,6 +430,13 @@ hFileSize handle =
#endif
\end{code}
%*********************************************************
%* *
\subsection[EOF]{Detecting the End of Input}
%* *
%*********************************************************
For a readable handle {\em hdl}, @hIsEOF hdl@ returns
@True@ if no further input can be taken from @hdl@ or for a
physical file, if the current I/O position is equal to the length of
...
...
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