Skip to content

Commit

Permalink
Merge pull request #12191 from Octachron/fix_value_constraint
Browse files Browse the repository at this point in the history
#12188: fix coercion in value bindings
  • Loading branch information
Octachron committed May 24, 2023
2 parents 5a4cbf8 + c5f2aa0 commit 17f818b
Show file tree
Hide file tree
Showing 15 changed files with 3,064 additions and 2,988 deletions.
3 changes: 2 additions & 1 deletion Changes
Expand Up @@ -688,7 +688,8 @@ OCaml 5.1.0
cu_required_globals field of compilation unit descriptors.
(Sébastien Hinderer, review by Vincent Laviron)

- #12119: mirror type constraints on value binding in the parsetree:
- #12119, #12188, #12191: mirror type constraints on value binding in the
parsetree:
the constraint `typ` in `let pat : typ = exp` is now directly stored
in the value binding node in the parsetree.
(Florian Angeletti, review by Richard Eisenberg)
Expand Down

0 comments on commit 17f818b

Please sign in to comment.