Skip to content
Snippets Groups Projects
Commit 18960910 authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2000-10-11 14:51:02 by sewardj]

Renaming of various previously-TLA'd types.
parent 4ba55934
No related merge requests found
......@@ -5,11 +5,11 @@
\begin{code}
module CmCompile ( cmCompile,
ModDetails, -- abstract
ModIFace, -- abstract
PCS, emptyPCS, -- abstract
HST, -- not abstract (CM needs to see it)
HIT, -- ditto
ModDetails, -- abstract
ModIFace, -- abstract
PersistentCompilerState, emptyPCS, -- abstract
HomeSymbolTable, -- not abstract (CM needs to see it)
HomeInterfaceTable, -- ditto
CompResult(..)
)
where
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment