Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
psfinaki committed May 2, 2024
1 parent ba0e7f1 commit 32e2822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compiler/pars.fsy
Original file line number Diff line number Diff line change
Expand Up @@ -5999,7 +5999,7 @@ intersectionType:

| HASH atomType AMP intersectionConstraints %prec prec_no_more_attr_bindings // todo precedence
{ let constraints, mAmpersands = $4
SynType.Intersection(None, $2 :: List.rev constraints, lhs parseState, { AmpersandRanges = rhs parseState 2 :: List.rev mAmpersands }) }
SynType.Intersection(None, $2 :: List.rev constraints, lhs parseState, { AmpersandRanges = rhs parseState 3 :: List.rev mAmpersands }) }

appTypeCon:
| path %prec prec_atomtyp_path
Expand Down

0 comments on commit 32e2822

Please sign in to comment.