diff options
author | johnvg | 2013-06-03 14:21:14 +0000 |
---|---|---|
committer | johnvg | 2013-06-03 14:21:14 +0000 |
commit | 567ded4f44a777e6ea374546ee466edf50997d04 (patch) | |
tree | ab5b55ebcd824a9f1671441d7e61851390668c7d /frontend/syntax.dcl | |
parent | prevent crash when writing .tcl file with extensible algebraic types (not yet... (diff) |
remove unused Bool of PE_Let contructor
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2249 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index b0a3ff9..d2a47c7 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -1293,7 +1293,7 @@ instance toString KindInfo | PE_Update !ParsedExpr [ParsedSelection] ParsedExpr | PE_Case !Ident !ParsedExpr [CaseAlt] | PE_If !Ident !ParsedExpr !ParsedExpr !ParsedExpr - | PE_Let !Bool !LocalDefs !ParsedExpr + | PE_Let !LocalDefs !ParsedExpr | PE_ListCompr /*predef_cons_index:*/ !Int /*predef_nil_index:*/ !Int !ParsedExpr ![Qualifier] | PE_ArrayCompr !ArrayKind !ParsedExpr ![Qualifier] | PE_Sequ Sequence |