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

Wingman: Config option to suppress proofstate styling #1966

Merged
merged 2 commits into from Jun 25, 2021

Conversation

isovector
Copy link
Collaborator

Fixes #1965

]
properties = emptyProperties
& defineBooleanProperty #proofstate_styling
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@berberman it's a little annoying that these properties need to be added in the opposite order as in the type. Is there a better pattern here?

Copy link
Collaborator

@berberman berberman Jun 23, 2021

Choose a reason for hiding this comment

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

Hmm I think the order only affects the type signature of properties, no?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, but in the opposite order in which they're defined. Notice that I'm adding to the top of emptyProperties here, but the resulting type is added to the end of the type :(

Copy link
Member

@Ailrun Ailrun left a comment

Choose a reason for hiding this comment

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

LGTM

@isovector isovector added the merge me Label to trigger pull request merge label Jun 25, 2021
@mergify mergify bot merged commit 2915ae9 into haskell:master Jun 25, 2021
@isovector isovector deleted the suppress-proofstate-html branch July 19, 2021 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Label to trigger pull request merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wingman proofstates don't look good outside of VSCode
3 participants