Skip to content

Haskell backend prints a list [Char] containing characters as string #359

@andreasabel

Description

@andreasabel

Grammar

(:[]). [Char] ::= "*" Char ";";
(:).   [Char] ::= "*" Char ";" [Char];

and input

* 'A';
* 'B';
* 'C';

results in printed output

"ABC"

The other backends print this correctly.

Metadata

Metadata

Assignees

Labels

HaskellbuglistsConcerning list categories and separator/terminator/delimiter pragmasprinterConcerning the generated printer

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions