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

switch with optional is not parsed correctly #312

Closed
giraud opened this issue Mar 30, 2021 · 1 comment
Closed

switch with optional is not parsed correctly #312

giraud opened this issue Mar 30, 2021 · 1 comment

Comments

@giraud
Copy link
Owner

giraud commented Mar 30, 2021

plugin version: 0.98.1

Description

following switch is not fully parsed, because of ?arg :

image

match fn ?arg with
  |None -> false
  |Some f -> true
@giraud
Copy link
Owner Author

giraud commented Mar 30, 2021

Fixed in 0.98.2

@giraud giraud closed this as completed Mar 30, 2021
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

No branches or pull requests

1 participant