Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
3ccf4931
Commit
3ccf4931
authored
Dec 29, 1999
by
simonpj
Browse files
[project @ 1999-12-29 12:38:25 by simonpj]
Clarification on output files
parent
9b828baf
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/docs/users_guide/using.vsgml
View file @
3ccf4931
...
...
@@ -463,7 +463,10 @@ file</em> @A.hi@. The interface file is not intended for human
consumption, as you'll see if you take a look at one. It's merely
there to help the compiler compile other modules in the same program.
NOTE: Having the name of the interface file follow the module name and
NOTE: <em>The name of the interface file is derived from the name
of the module, not from the name of the file containing the module</em>.
This means that GHC knows what to look for when it sees <tt>import A</tt>
in another module. However, having the name of the interface file follow the module name and
not the file name, means that working with tools such as @make(1)@
become harder. @make@ implicitly assumes that any output files
produced by processing a translation unit will have file names that
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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