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

[project @ 2000-04-28 13:03:47 by sewardj]

Handle TUPLE in substExpr().
parent 4ee40155
No related merge requests found
......@@ -9,8 +9,8 @@
* included in the distribution.
*
* $RCSfile: stgSubst.c,v $
* $Revision: 1.8 $
* $Date: 2000/03/23 14:54:21 $
* $Revision: 1.9 $
* $Date: 2000/04/28 13:03:47 $
* ------------------------------------------------------------------------*/
#include "hugsbasictypes.h"
......@@ -107,6 +107,7 @@ StgExpr substExpr( List sub, StgExpr e )
break;
case STGVAR:
case NAME:
case TUPLE:
return substVar(sub,e);
default:
internal("substExpr");
......
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