Skip to content

Print/printchar #40

Description

@JonasDuregard

The interpreter for print is a bit complicated now, maybe the primitive function should be printchar instead? Then print can be implemented in sugar as just print xs = sequence_ (map printChar xs) (you may need to add sequence :: [IO a] -> IO ())

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions