Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduces bangs in invalid places #8

Open
nomeata opened this issue Sep 26, 2016 · 3 comments
Open

Introduces bangs in invalid places #8

nomeata opened this issue Sep 26, 2016 · 3 comments
Labels

Comments

@nomeata
Copy link
Contributor

nomeata commented Sep 26, 2016

I get:

src/Stats.hs:308:29:
    Parse error in pattern: !~ ((! Calculations {..}))

I guess a bang before a ~ is not allowed. Well, the genetic algorithm will hopefully figure that out :-)

@dnunez02
Copy link
Collaborator

dnunez02 commented Oct 3, 2016

Correct. Autobahn is supposed to give this one the worst possible score. As you found, it did not.

See the comment in #9 for a bit more info.

@nomeata
Copy link
Contributor Author

nomeata commented Oct 3, 2016

Shouldn’t it in this case undo the ~(…) instead of adding a !?

@dnunez02 dnunez02 added the bug label Oct 3, 2016
@dnunez02
Copy link
Collaborator

dnunez02 commented Oct 3, 2016

I see. You are right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants