Skip to content
Snippets Groups Projects
Commit 641b068d authored by sof's avatar sof
Browse files

[project @ 1997-07-05 01:44:50 by sof]

new function: cloneUVar
parent 070a2ff8
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ module Usage (
usageOmega, pprUVar, duffUsage,
nullUVarEnv, mkUVarEnv, addOneToUVarEnv,
growUVarEnvList, isNullUVarEnv, lookupUVarEnv,
eqUVar, eqUsage
eqUVar, eqUsage, cloneUVar
) where
IMP_Ubiq(){-uitous-}
......@@ -36,6 +36,9 @@ type Usage = GenUsage UVar
usageOmega = UsageOmega
cloneUVar :: UVar -> Unique -> UVar
cloneUVar uvar uniq = uniq
duffUsage :: GenUsage uvar
duffUsage = panic "Usage of non-Type kind doesn't make sense"
\end{code}
......
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