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".
Running the "SVG Chart" example from the side panel results in an error:
It looks like the block is being interpreted as an expression, so this can be fixed by inserting
into complete theletexpression, or alternatively by wrapping the entire block in adostatement.It looks like a similar issue might affect other examples such as "Fibonacci", "Map & Filter", and "QuickCheck".