-
Notifications
You must be signed in to change notification settings - Fork 38
Print Ppat_constraint #585
Comments
Can you give the repro in source syntax instead of AST? |
Sure.
which is going to be an arguments of |
Have you tried after this? #584 I'd need a little test snippet in ReScript syntax that gets reprinted to what you've shown. |
To generate that , you don't want a constraint, you want a |
Ouch, you are correct. Thanks! |
After this #588, assuming all goes well, the change required will be simply to use |
Got it, thanks! |
Is |
Not ready yet, but nearly. |
Uh oh!
There was an error while loading. Please reload this page.
I'd like to print this AST, the intended output is below.
But the printer generates the output
I think this branch needs to be fixed with additional pattern matching for
Ppat_constraint
.syntax/src/res_printer.ml
Line 2348 in 6027c1d
The text was updated successfully, but these errors were encountered: