diff options
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index 157a100..cd7948c 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -1021,8 +1021,8 @@ cNonUniqueSelection :== False :: GeneratorKind :== Bool -cIsListGenerator :== True -cIsArrayGenerator :== False +IsListGenerator :== True +IsArrayGenerator :== False :: LineAndColumn = {lc_line :: !Int, lc_column :: !Int} |