Skip to content

empty space sensitivity in Try It! section #183

@newswim

Description

@newswim

I've noticed that the validator seems very picky about spaces in my code. I'm extremely new to haskell and this could just be my own naivety. But for example,

let (_,(a:_)) = (10,"abc") in a
-- no spaces

validates and prompts the next lesson, whereas

let (_,(a:_)) = (10, "abc") in a
-- spaces

returns the correct value, but doesn't pass the test.

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