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

Stop using filter to define unicode. #303

Merged
merged 1 commit into from
Jun 14, 2019

Conversation

ajmcmiddlin
Copy link
Contributor

Rather than filter unicodeAll, we can construct the set of characters we want.
This has the added benefit of removing the GenBase m ~ Identity constraint.

Rather than filter unicodeAll, we can construct the set of characters we want.
This has the added benefit of removing the `GenBase m ~ Identity` constraint.
s3 =
(1048576, enum '\65536' '\1114111')
in
frequency [s1, s2, s3]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see what you mean now about frequency! clever

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 👍

@jacobstanley jacobstanley merged commit de401e9 into hedgehogqa:master Jun 14, 2019
@jacobstanley
Copy link
Member

🇯🇵

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

Successfully merging this pull request may close these issues.

None yet

3 participants