Skip to content

Issues with some example expressions #3

@jvstinian

Description

@jvstinian

Running the "SVG Chart" example from the side panel results in an error:

:278:1: error: [GHC-58481]
parse error (possibly incorrect indentation or mismatched brackets)

It looks like the block is being interpreted as an expression, so this can be fixed by inserting in to complete the let expression, or alternatively by wrapping the entire block in a do statement.

It looks like a similar issue might affect other examples such as "Fibonacci", "Map & Filter", and "QuickCheck".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions